Skip to content

Commit fda0b01

Browse files
committed
chore: bump version to 1.5.5
- Sync artifactVersion in config.yaml with debian changelog - Update SDK version in Configuration.php user-agent and debug report - Add debian/changelog entry for 1.5.5
1 parent 1aee34d commit fda0b01

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.openapi-generator/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ additionalProperties:
77
RepoId: php-vitexsoftware-rbczpremiumapi
88
infoEmail: info@vitexsoftware.cz
99
allowUnicodeIdentifiers: true
10-
artifactVersion: 1.3.1
10+
artifactVersion: 1.5.5
1111
invokerPackage: VitexSoftware\Raiffeisenbank
1212
modelPackage: Model
1313
variableNamingConvention: camelCase

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
php-vitexsoftware-rbczpremiumapi (1.5.5) unstable; urgency=medium
2+
3+
* Fix setSUIPAddress assignment bug in all PremiumAPI classes
4+
* Update tests: use createMock for interfaces instead of getMockForAbstractClass
5+
* Add RateLimit test suite to phpunit.xml.dist
6+
* Regenerated models after schema update
7+
8+
-- vitex <info@vitexsoftware.cz> Sun, 04 May 2026 01:00:00 +0200
9+
110
php-vitexsoftware-rbczpremiumapi (1.5.4) unstable; urgency=medium
211

312
* Lower Guzzle dependency versions for Debian 12/13 and Ubuntu Noble

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Configuration
8989
/**
9090
* User agent of the HTTP request, set to "OpenAPI-Generator/{version}/PHP" by default.
9191
*/
92-
protected string $userAgent = 'VitexSoftware/RBCZPremiumAPI/1.3.1/PHP';
92+
protected string $userAgent = 'VitexSoftware/RBCZPremiumAPI/1.5.5/PHP';
9393

9494
/**
9595
* Debug switch (default set to false).
@@ -427,7 +427,7 @@ public static function toDebugReport()
427427
$report .= ' OS: '.php_uname().\PHP_EOL;
428428
$report .= ' PHP Version: '.\PHP_VERSION.\PHP_EOL;
429429
$report .= ' The version of the OpenAPI document: 1.1.20240910'.\PHP_EOL;
430-
$report .= ' SDK Package Version: 1.3.1'.\PHP_EOL;
430+
$report .= ' SDK Package Version: 1.5.5'.\PHP_EOL;
431431
$report .= ' Temp Folder Path: '.self::getDefaultConfiguration()->getTempFolderPath().\PHP_EOL;
432432

433433
return $report;

0 commit comments

Comments
 (0)