File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
110php-vitexsoftware-rbczpremiumapi (1.5.4) unstable; urgency=medium
211
312 * Lower Guzzle dependency versions for Debian 12/13 and Ubuntu Noble
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments