From 333ebfd931faba46aa3e959e9e3bf91e9074c935 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Thu, 2 Nov 2023 14:25:04 +0200 Subject: [PATCH] version bump 3.24.0 --- CHANGELOG.md | 8 ++++++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5a2d1a..509b3978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.24.0] - 2023-11-02 +### Updated +- Giropay and Ideal integrations with Mangopay have been improved. +- Klarna param "MerchantOrderId" has been renamed to "Reference" + +### Added +- New Reference parameter for the new Paypal implementation. + ## [3.23.0] - 2023-09-29 ### Added - Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index a8fb9705..62e107a7 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.23.0'; + const VERSION = '3.24.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance