Skip to content

Commit d309ced

Browse files
author
Jenkins
committed
AbraFlexi release v2025.3.6
1 parent a71dd03 commit d309ced

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
php-spojenet-abraflexi (3.4.0.273~noble.274~trixie.275~trixie.276~trixie.277~trixie.278~trixie) UNRELEASED; urgency=medium
1+
php-spojenet-abraflexi (3.4.0.273~noble.274~trixie.275~trixie.276~trixie.277~trixie.278~trixie.280~trixie) UNRELEASED; urgency=medium
22

33
* (un)locking trait added
44
* jenkins-Spoje.Net-php-spojenet-abraflexi-273
@@ -7,8 +7,9 @@ php-spojenet-abraflexi (3.4.0.273~noble.274~trixie.275~trixie.276~trixie.277~tri
77
* jenkins-Spoje.Net-php-spojenet-abraflexi-276
88
* jenkins-Spoje.Net-php-spojenet-abraflexi-277
99
* jenkins-Spoje.Net-php-spojenet-abraflexi-278
10+
* jenkins-Spoje.Net-php-spojenet-abraflexi-280
1011

11-
-- vitex <[email protected]> Mon, 10 Feb 2025 11:53:49 +0000
12+
-- vitex <[email protected]> Thu, 13 Feb 2025 10:02:43 +0000
1213

1314
php-spojenet-abraflexi (3.3.2) experimental; urgency=medium
1415

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.5';
27+
public static string $version = '2025.3.6';
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.5';
41+
public static string $version = '2025.3.6';
4242

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

src/AbraFlexi/Formats.php

Lines changed: 1 addition & 1 deletion
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.5';
27+
public static string $version = '2025.3.6';
2828

2929
/**
3030
* Availble Formats.

src/AbraFlexi/RO.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,8 +1303,9 @@ public function parseResponse($responseDecoded, $responseCode)
13031303
} elseif (isset($responseDecoded[key($responseDecoded)]['message'])) {
13041304
$msg = $responseDecoded[key($responseDecoded)]['message'];
13051305
} else {
1306-
$msg = sprintf("Unexpected response data [%s]: %s", $responseCode, json_encode($responseDecoded));
1306+
$msg = sprintf('Unexpected response data [%s]: %s', $responseCode, json_encode($responseDecoded));
13071307
}
1308+
13081309
$msg .= ' for '.$this->getApiURL();
13091310
$this->addStatusMessage($msg, 'error');
13101311

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.5';
27+
public static string $version = '2025.3.6';
2828

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

0 commit comments

Comments
 (0)