Skip to content

Commit d6c027a

Browse files
author
Jenkins
committed
AbraFlexi release v2025.4.0
1 parent d8eb0e5 commit d6c027a

File tree

142 files changed

+144
-144
lines changed

Some content is hidden

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

142 files changed

+144
-144
lines changed

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
php-spojenet-abraflexi (3.5.1.287~trixie) UNRELEASED; urgency=medium
1+
php-spojenet-abraflexi (3.5.1.287~trixie.292~noble) UNRELEASED; urgency=medium
22

33
* new method RO::getSumsFromAbraFlexi()
44
* jenkins-Spoje.Net-php-spojenet-abraflexi-283
55
* jenkins-Spoje.Net-php-spojenet-abraflexi-284
66
* jenkins-Spoje.Net-php-spojenet-abraflexi-287
7+
* jenkins-Spoje.Net-php-spojenet-abraflexi-292
78

8-
-- Vitex <[email protected]> Sun, 02 Mar 2025 11:39:26 +0000
9+
-- Vitex <[email protected]> Wed, 26 Mar 2025 21:59:35 +0000
910

1011
php-spojenet-abraflexi (3.4.0.273) experimental; urgency=medium
1112

src/AbraFlexi/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Actions
2424
/**
2525
* Source AbraFlexi server version.
2626
*/
27-
public static string $version = '2025.3.9';
27+
public static string $version = '2025.4.0';
2828

2929
/**
3030
* Evidence adresar (Adresy firem) Actions.

src/AbraFlexi/EvidenceList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class EvidenceList extends RO
3838
/**
3939
* Source FlexiBee server version.
4040
*/
41-
public static string $version = '2025.3.9';
41+
public static string $version = '2025.4.0';
4242

4343
/**
4444
* Evidences Path/Name listing.

src/AbraFlexi/Formats.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Formats
2424
/**
2525
* Source FlexiBee server version.
2626
*/
27-
public static string $version = '2025.3.9';
27+
public static string $version = '2025.4.0';
2828

2929
/**
3030
* Availble Formats.
@@ -158,7 +158,6 @@ class Formats
158158
'JSON' => 'json',
159159
'CSV' => 'csv',
160160
'DBF' => 'dbf',
161-
'XLS' => 'xls',
162161
'ISDOC' => 'isdoc',
163162
'ISDOCx' => 'isdocx',
164163
'PDF' => 'pdf',

src/AbraFlexi/RO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ public function rawJsonToArray($rawJson)
12061206

12071207
if ($decodeError === 'No error') {
12081208
if (\array_key_exists($this->nameSpace, $responseDecoded)) {
1209-
if (is_array($responseDecoded[$this->nameSpace])) {
1209+
if (\is_array($responseDecoded[$this->nameSpace])) {
12101210
$responseDecoded = $this->nativeTypes ? $this->fixResponseTypes($responseDecoded[$this->nameSpace]) : $responseDecoded[$this->nameSpace];
12111211
} else {
12121212
$responseDecoded = $responseDecoded[$this->nameSpace];

src/AbraFlexi/Relations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Relations
2424
/**
2525
* Source FlexiBee server version.
2626
*/
27-
public static string $version = '2025.3.9';
27+
public static string $version = '2025.4.0';
2828

2929
/**
3030
* Evidence adresar (Adresy firem) Relations.

static/Formats.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Properties.adresar.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Properties.analyza-zakazky.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/Properties.banka-polozka.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)