File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.11.2] - 2023-10-13
10
+ ### Fixed
11
+ + PHPSDK-134: Fix errors when only reference is set, within the CustomerDetails object
12
+
13
+ ### Changed
14
+ + PHPSDK-136: Remove PluginDetails as mandatory from the Order Request
15
+
9
16
## [ 5.11.1] - 2023-07-31
10
17
### Added
11
18
- PHPSDK-128: Add new methods to set the properties within the MerchantSessionRequest object
Original file line number Diff line number Diff line change 3
3
"description" : " MultiSafepay PHP SDK" ,
4
4
"type" : " library" ,
5
5
"license" : " MIT" ,
6
- "version" : " 5.11.1 " ,
6
+ "version" : " 5.11.2 " ,
7
7
"require" : {
8
8
"php" : " ^7.2|^8.0" ,
9
9
"ext-json" : " *" ,
Original file line number Diff line number Diff line change 17
17
*/
18
18
class Version
19
19
{
20
- public const SDK_VERSION = '5.11.1 ' ;
20
+ public const SDK_VERSION = '5.11.2 ' ;
21
21
22
22
/**
23
23
* @var Version
You can’t perform that action at this time.
0 commit comments