Skip to content

Commit 3948029

Browse files
committed
Update for FlexiBee 2020.2.0.4
1 parent 374c2c3 commit 3948029

File tree

121 files changed

+691
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+691
-319
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ Konfigurace se provádí nastavením následujících konstant:
105105
define('FLEXIBEE_EXCEPTIONS', true); //Vracet PHP vyjímku v případě že FlexiBee vrátí chybu
106106
```
107107

108-
nebo je možné přihlašovací údaje zadávat při vytváření instance třídy.
108+
Pokud nejsou konstanty nastaveny, pouší se třídy také o konfiguraci ze stejnojmených proměnných prostředí. např getenv('FLEXIBEE_URL')
109+
110+
Taktéž je možné přihlašovací údaje zadávat při vytváření instance třídy.
109111

110112
```php
111113
$invoicer = new \FlexiPeeHP\FakturaVydana(null,[

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "spoje.net/flexibee",
3-
"description": "PHP Based Library for easy interaction with czech accounting system FlexiBee.",
4-
"license": "GPL-2.0",
2+
"name": "spojenet/flexibee",
3+
"description": "Library for easy interaction with czech accounting system FlexiBee.",
4+
"license": "MIT",
55
"authors": [
66
{
77
"name": "Vítězslav Dvořák",
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"ext-curl": "*",
13-
"vitexsoftware/ease-core": "dev-master"
13+
"vitexsoftware/ease-core": ">=0.37"
1414
},
1515
"autoload": {
1616
"psr-4": {
@@ -27,5 +27,8 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "*",
2929
"phing/phing": "*"
30+
},
31+
"replace": {
32+
"spoje.net/flexipeehp": ">1.32"
3033
}
3134
}

debian/changelog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
php-flexibee (1.34) UNRELEASED; urgency=medium
1+
php-flexibee (1.35) UNRELEASED; urgency=medium
22

33
[ Vítězslav Dvořák ]
44
* ease-core based
@@ -8,8 +8,10 @@ php-flexibee (1.34) UNRELEASED; urgency=medium
88
[ CyberVitexus ]
99
* SetMyKey Fix
1010
* Update for 2020.1.0.9
11+
* Ability to configure from ENV
12+
* composer.json updated
1113

12-
-- Vítězslav Dvořák <vitex@develoid.jinonice.czf> Wed, 05 Jun 2019 13:48:20 +0200
14+
-- CyberVitexus <vitex@exiv.jinonice.czf> Sat, 02 May 2020 22:46:12 +0200
1315

1416
flexipeehp (1.12) experimental; urgency=medium
1517

debian/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "deb/flexibee",
3-
"description": "PHP Based Library for easy interaction with czech accounting system Flexibee.",
3+
"description": "Library for easy interaction with czech accounting system Flexibee.",
44
"homepage": "https://github.com/Spoje-NET/FlexiPeeHP",
55
"license": "GPL-2.0+",
6-
"version": "1.32",
6+
"version": "1.38",
77
"type": "library",
88
"authors": [
99
{

0 commit comments

Comments
 (0)