Skip to content

Commit

Permalink
Release 2.5.4
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
a-ibarra committed Aug 4, 2022
1 parent 01bf383 commit 5210b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-release
on:
push:
branches:
- master
- v2
paths:
- version.json

Expand Down
2 changes: 1 addition & 1 deletion lib/Checkout/CheckoutUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.5.3"
"version": "2.5.4"
}

0 comments on commit 5210b66

Please sign in to comment.