Skip to content

Commit

Permalink
release 5.3.0 data (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislau-MultiSafepay authored Oct 15, 2021
1 parent b8af0c4 commit dd6a1e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.3.0] - 2021-10-15
### Added
- Added support for [Apple Pay direct payment method](https://docs.multisafepay.com/payment-methods/apple-pay/direct/)
- Add class WalletManager which can be used for getting specific data needed for wallets payment methods

## [5.2.2] - 2021-09-30
### Fixed
- Fixed a bug where some addresses that start with a number would return null.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "MultiSafepay PHP SDK",
"type": "library",
"license": "MIT",
"version": "5.2.2",
"version": "5.3.0",
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class Version
{
const SDK_VERSION = '5.2.2';
const SDK_VERSION = '5.3.0';

/**
* @var Version
Expand Down

0 comments on commit dd6a1e5

Please sign in to comment.