From 21b90eefe2bfe99871836484f13a0c2d411a781b Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Tue, 30 Jul 2024 16:36:18 +0300 Subject: [PATCH] version bump 3.31.0 --- CHANGELOG.md | 10 ++++++++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4b247b..67f4349e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.31.0] - 2024-07-30 +### Added + +1. New endpoint: [Create a Bancontact PayIn](https://mangopay.com/docs/endpoints/bancontact#create-bancontact-payin) + +2. New parameter `PaymentCategory` for the following endpoints : +- [Create a Card Validation](https://mangopay.com/docs/endpoints/card-validations#create-card-validation) +- [Create a Direct Card PayIn](https://mangopay.com/docs/endpoints/direct-card-payins#create-direct-card-payin) +- [Create a Preauthorization](https://mangopay.com/docs/endpoints/preauthorizations#create-preauthorization) + ## [3.30.0] - 2024-05-31 ### Added diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 732b56a9..2d4ebc66 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.30.0'; + const VERSION = '3.31.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance