Skip to content

Commit 849f1cf

Browse files
PHPSDK-171: Release version 5.16.0 (#376)
* PHPSDK-171: Release version 5.16.0 * Update CHANGELOG.md
1 parent 47ce4d1 commit 849f1cf

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff 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

composer.json

+1-1
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.15.0",
6+
"version": "5.16.0",
77
"require": {
88
"php": "^7.2|^8.0",
99
"ext-json": "*",

src/Util/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Version
1919
{
20-
public const SDK_VERSION = '5.15.0';
20+
public const SDK_VERSION = '5.16.0';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)