We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc24b7a commit 4a9f768Copy full SHA for 4a9f768
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+[Release 1.7.1](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.7.1) (2024-01-16)
5
+--------------------------
6
+* Fixed compatibility with PHP 7.x
7
+
8
[Release 1.7.0](https://github.com/efipay/sdk-php-apis-efi/releases/tag/1.7.0) (2024-01-10)
9
--------------------------
10
* Added new endpoints and examples for managing batches of due charges
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.7.0",
+ "version": "1.7.1",
"type": "library",
"require": {
"php": ">=7.2.5",
0 commit comments