Skip to content

Commit

Permalink
Release of 5.11.2 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Oct 13, 2023
1 parent c41f012 commit 16a7cea
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.11.2] - 2023-10-13
### Fixed
+ PHPSDK-134: Fix errors when only reference is set, within the CustomerDetails object

### Changed
+ PHPSDK-136: Remove PluginDetails as mandatory from the Order Request

## [5.11.1] - 2023-07-31
### Added
- PHPSDK-128: Add new methods to set the properties within the MerchantSessionRequest object
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.11.1",
"version": "5.11.2",
"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
{
public const SDK_VERSION = '5.11.1';
public const SDK_VERSION = '5.11.2';

/**
* @var Version
Expand Down

0 comments on commit 16a7cea

Please sign in to comment.