From 9931f92488a6e8ec2b5ba5dc0957d2896533e7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Thu, 12 Mar 2020 10:02:58 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f608b597..e6a10895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## [Unreleased] + +## [2.13.2] +### Added +- Mandate Status `EXPIRED` and EventType `MANDATE_EXPIRED` have been added. + ## [2.13.1] ### Fixed - Deprecated syntax on RestTool.php file for PHP 7.4 version. From 57c7b820ec59efc54c1b2331886b4f17cc4d2e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Thu, 12 Mar 2020 10:05:24 +0100 Subject: [PATCH 2/3] Version bump 2.13.1 --- MangoPay/Libraries/RestTool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 4000b205..8e492c0b 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '2.13.0'; + const VERSION = '2.13.1'; /** * Root/parent instance that holds the OAuthToken and Configuration instance From 3da903f12822ead23b62dbe831b258ac48524a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Thu, 12 Mar 2020 10:06:50 +0100 Subject: [PATCH 3/3] Fix bad version name to 2.13.2 --- MangoPay/Libraries/RestTool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 8e492c0b..f10ea1b7 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '2.13.1'; + const VERSION = '2.13.2'; /** * Root/parent instance that holds the OAuthToken and Configuration instance