Skip to content

Commit fbc72c9

Browse files
authored
Release of 5.15.0 (#368)
1 parent e3229cc commit fbc72c9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.15.0] - 2025-01-27
10+
### Added
11+
- PHPSDK-158: Add "Amount" and "UnitPrice" objects and deprecate the Money object
12+
- PHPSDK-160: Add missing request parameters to UpdateRequest, like excludeOrder, extendExpiration, reason, partialShipmentAmount, carrier, invoiceId, invoiceUrl, poNumber, shipDate, trackTraceCode, trackTraceUrl, newOrderId
13+
- PHPSDK-159: Add support within the SDK to get the QR related properties
14+
- PHPSDK-154: Add cart validation to replace strict mode in the future
15+
16+
### Fixed
17+
- PHPSDK-163: Fix PHP 8.4 deprecations, thanks to @RV7PR
18+
- PLUGINSUP-637: Fix missing MultiSafepay logo in README document, thanks to @DaanDeSmedt
19+
- PHPSDK-162: Use correct case for emandate property, thanks to @malles
20+
21+
### Changed
22+
- PHPSDK-164: Overwrite max amount for gift cards to be null, because these might accept partial payment
23+
924
## [5.14.0] - 2024-07-08
1025
### Added
1126
- PHPSDK-155: Throw ApiUnavailableException when API returns 501/503 HTTP codes

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.14.0",
6+
"version": "5.15.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.14.0';
20+
public const SDK_VERSION = '5.15.0';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)