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 5d0551c commit 44ac1aaCopy full SHA for 44ac1aa
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+Version 1.6.0 (2023-11-22)
5
+--------------------------
6
+* Added a new endpoint and example to change expire date for installments of a carnet
7
+* Refactored: Removal singleton pattern in class Endpoints
8
+
9
Version 1.5.2 (2023-11-15)
10
--------------------------
11
* Refactored: access token security encryption in cache
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.5.2",
+ "version": "1.6.0",
"type": "library",
"require": {
"php": ">=7.2.5",
0 commit comments