File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.16.0] - 2025-03-19
10
+ ### Added
11
+ - PHPSDK-166: Add support for affiliates & split payments to create order endpoint
12
+ - PHPSDK-168: Add unit tests for covering IPV6 in IpAddress class
13
+ - PLGMAG2V2-401: Add new type 'checkout' to the allowed types in the OrderRequest class
14
+ - PLGMAG2V2-401: Add new 'feed_url' methods to the OrderRequest class
15
+
16
+ ### Fixed
17
+ - PHPSDK-143: Trim merchant item id in order request
18
+
9
19
## [ 5.15.0] - 2025-01-27
10
20
### Added
11
21
- PHPSDK-158: Add "Amount" and "UnitPrice" objects and deprecate the Money 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.15 .0" ,
6
+ "version" : " 5.16 .0" ,
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.15 .0 ' ;
20
+ public const SDK_VERSION = '5.16 .0 ' ;
21
21
22
22
/**
23
23
* @var Version
You can’t perform that action at this time.
0 commit comments