From 6d9c17c5e8cc042da19f91c7bbaeccfac475bd41 Mon Sep 17 00:00:00 2001 From: Catalin Craciun Date: Fri, 23 Oct 2020 14:47:04 +0300 Subject: [PATCH] Version bump 3.1.4 --- CHANGELOG.md | 7 +++++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e5e462..75c960ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.4] - 2020-10-23 +- New endpoint : GET .../v2.01/ClientId/preauthorizations/PreAuthorizationId/transactions/ which allows multiple transactions to be listed +- Testing config changes for TLS, this was blocking a part of the deploy process +- Sorting::_sortFields changed to avoid an error when calling GetSortParameter() +- Changed ignore phpunit-cache and minor "Field" typo +- removed php 5.4 and 5.5 from travis and updated curl ssl version + ## [3.1.2] - 2020-09-25 - New endpoint to support changes to Card Validation process (please listen out for product announcements) - New RemainingFunds Parameters (Complete feature not fully activated, please listen for product announcements) diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 0cac4937..0e7a6123 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -10,7 +10,7 @@ */ class RestTool { - const VERSION = '3.1.2'; + const VERSION = '3.1.4'; /** * Root/parent instance that holds the OAuthToken and Configuration instance