We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcec0a commit 3c811d6Copy full SHA for 3c811d6
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+[Release 1.12.2](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.12.2) (2025-02-19)
5
+--------------------------
6
+* Fixed: getErrorTitle function to always return string in PixException
7
+
8
[Release 1.12.1](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.12.1) (2025-02-18)
9
--------------------------
10
* Fixed: Deprecation warning when setting array|null with PHP version >= 8.1
composer.json
@@ -2,7 +2,7 @@
"name": "efipay/sdk-php-apis-efi",
"description": "SDK PHP para APIs Efi Pay",
"homepage": "https://github.com/efipay/sdk-php-apis-efi/",
- "version": "1.12.1",
+ "version": "1.12.2",
"type": "library",
"require": {
"php": ">=7.2.5",
0 commit comments