Skip to content

Commit 0081bc3

Browse files
Release 5.4.0 (#364)
- Add InstrumentDocumentType with bank_statement for bank account payment instrument documents (#360) - Model the onboarding bank_verification, articles_of_association and shareholder_structure documents as their own classes with their own type constants, instead of the generic Document whose docblock pointed at the identity DocumentType (#361)
1 parent b026b5b commit 0081bc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Checkout/CheckoutUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class CheckoutUtils
99
{
1010

1111
const PROJECT_NAME = "checkout-sdk-php";
12-
const PROJECT_VERSION = "5.3.0";
12+
const PROJECT_VERSION = "5.4.0";
1313

1414
/**
1515
* @param DateTime $date

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.3.0"
2+
"version": "5.4.0"
33
}

0 commit comments

Comments
 (0)