From dc1b71009f2456cabde720ee38d225c7e177adfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:27:04 +0100 Subject: [PATCH] Release 3.1.0 (#246) - Adds subdomain for merchants - Adds new field challenge_notification_url to the completion object - Adds disabled_payment_methods in HostedPaymentSessionsRequest - Adds compiled submitted evidence endpoint to disputes - Update payment contexts - Update onboard entity request - Fix payment context details response - Fix getBody on null --- lib/Checkout/CheckoutUtils.php | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Checkout/CheckoutUtils.php b/lib/Checkout/CheckoutUtils.php index 70acbe4..12b4e67 100644 --- a/lib/Checkout/CheckoutUtils.php +++ b/lib/Checkout/CheckoutUtils.php @@ -9,7 +9,7 @@ class CheckoutUtils { const PROJECT_NAME = "checkout-sdk-php"; - const PROJECT_VERSION = "3.0.21"; + const PROJECT_VERSION = "3.1.0"; /** * @param DateTime $date diff --git a/version.json b/version.json index 5ae7fd6..f1745a8 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.0.21" + "version": "3.1.0" }