File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
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+
919## [ 5.15.0] - 2025-01-27
1020### Added
1121- PHPSDK-158: Add "Amount" and "UnitPrice" objects and deprecate the Money object
Original file line number Diff line number Diff line change 33 "description" : " MultiSafepay PHP SDK" ,
44 "type" : " library" ,
55 "license" : " MIT" ,
6- "version" : " 5.15 .0" ,
6+ "version" : " 5.16 .0" ,
77 "require" : {
88 "php" : " ^7.2|^8.0" ,
99 "ext-json" : " *" ,
Original file line number Diff line number Diff line change 1717 */
1818class Version
1919{
20- public const SDK_VERSION = '5.15 .0 ' ;
20+ public const SDK_VERSION = '5.16 .0 ' ;
2121
2222 /**
2323 * @var Version
You can’t perform that action at this time.
0 commit comments