Skip to content

Commit dd6a1e5

Browse files
release 5.3.0 data (#278)
1 parent b8af0c4 commit dd6a1e5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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": "*",

src/Util/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Version
1919
{
20-
const SDK_VERSION = '5.2.2';
20+
const SDK_VERSION = '5.3.0';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)