Skip to content

Commit 76c73bf

Browse files
authored
Release of 5.11.0 (#334)
1 parent a9633a4 commit 76c73bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.11.0] - 2023-07-10
10+
### Added
11+
- DAVAMS-654: Add new method in TokenManager to return the tokens as array
12+
13+
### Changed
14+
- PLGMIRAKL-2: Change the visibility of the "client" class property, within the Sdk class, from private to protected
15+
916
## [5.10.0] - 2023-05-18
1017
### Added
1118
- PHPSDK-124: Add support to set the terminal ID within the OrderRequest, pushing a payment request to the Smart POS terminal

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.10.0",
6+
"version": "5.11.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-
public const SDK_VERSION = '5.10.0';
20+
public const SDK_VERSION = '5.11.0';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)