From febcfb9d4d375d5dbc791654f1f74c5aa0a2e04d Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Thu, 7 Dec 2023 10:56:42 +0200 Subject: [PATCH] version bump 3.25.0 --- CHANGELOG.md | 5 +++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2bd845..63673e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.25.0] - 2023-12-07 +### Added + +The IDEAL legacy implementation has been enhanced. You can now pass the `Bic`., and if provided, the API response will include the `BankName` parameter. More information [here](https://mangopay.com/docs/endpoints/web-card-payins#create-web-card-payin). + ## [3.24.1] - 2023-11-09 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index e781f43a..f5ad2989 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.24.1'; + const VERSION = '3.25.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance