Skip to content

Commit

Permalink
Prepare changes for the 5.4.0 release (#284)
Browse files Browse the repository at this point in the history
* Prepare changes for the 5.4.0 release

* Add changes to changelog
  • Loading branch information
vinodsowdagar authored Nov 30, 2021
1 parent ce36a42 commit 3844837
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.4.0] - 2021-11-30
### Added
- Added the AccountManager class which can be used for retrieving MultiSafepay account data

### Changed
- Updated the API token endpoint url to use 'json' instead of 'connect', since 'connect' will be deprecated

## [5.3.1] - 2021-10-29
### Added
- Added possibility to add settings along with payment options in the transaction request
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.3.1",
"version": "5.4.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.3.1';
const SDK_VERSION = '5.4.0';

/**
* @var Version
Expand Down

0 comments on commit 3844837

Please sign in to comment.