File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 5.3.0] - 2021-10-15
10+ ### Added
11+ - Added support for [ Apple Pay direct payment method] ( https://docs.multisafepay.com/payment-methods/apple-pay/direct/ )
12+ - Add class WalletManager which can be used for getting specific data needed for wallets payment methods
13+
914## [ 5.2.2] - 2021-09-30
1015### Fixed
1116- Fixed a bug where some addresses that start with a number would return null.
Original file line number Diff line number Diff line change 33 "description" : " MultiSafepay PHP SDK" ,
44 "type" : " library" ,
55 "license" : " MIT" ,
6- "version" : " 5.2.2 " ,
6+ "version" : " 5.3.0 " ,
77 "require" : {
88 "php" : " ^7.2|^8.0" ,
99 "ext-json" : " *" ,
Original file line number Diff line number Diff line change 1717 */
1818class Version
1919{
20- const SDK_VERSION = '5.2.2 ' ;
20+ const SDK_VERSION = '5.3.0 ' ;
2121
2222 /**
2323 * @var Version
You can’t perform that action at this time.
0 commit comments