From 5210b664536db8637f09c1e63484c0a47769b8b5 Mon Sep 17 00:00:00 2001 From: Armando Ibarra Date: Thu, 4 Aug 2022 16:31:49 -0500 Subject: [PATCH] Release 2.5.4 * Added support to ACH and Level 2 & 3 fields (CS2) * Added Palestine Country code (CS1/CS2) * API Updates: Payments (CS2) * API updates: Marketplace & Sessions (CS2) --- .github/workflows/build-release.yml | 2 +- lib/Checkout/CheckoutUtils.php | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c9d37f92..5aca3d8e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -2,7 +2,7 @@ name: build-release on: push: branches: - - master + - v2 paths: - version.json diff --git a/lib/Checkout/CheckoutUtils.php b/lib/Checkout/CheckoutUtils.php index 0a745ed3..dbf8862b 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 = "2.5.3"; + const PROJECT_VERSION = "2.5.4"; /** * @param DateTime $date diff --git a/version.json b/version.json index aeaa2930..34d2b31f 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2.5.3" + "version": "2.5.4" }