Skip to content

Commit

Permalink
Release of 5.15.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Jan 27, 2025
1 parent e3229cc commit fbc72c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.15.0] - 2025-01-27
### Added
- PHPSDK-158: Add "Amount" and "UnitPrice" objects and deprecate the Money object
- PHPSDK-160: Add missing request parameters to UpdateRequest, like excludeOrder, extendExpiration, reason, partialShipmentAmount, carrier, invoiceId, invoiceUrl, poNumber, shipDate, trackTraceCode, trackTraceUrl, newOrderId
- PHPSDK-159: Add support within the SDK to get the QR related properties
- PHPSDK-154: Add cart validation to replace strict mode in the future

### Fixed
- PHPSDK-163: Fix PHP 8.4 deprecations, thanks to @RV7PR
- PLUGINSUP-637: Fix missing MultiSafepay logo in README document, thanks to @DaanDeSmedt
- PHPSDK-162: Use correct case for emandate property, thanks to @malles

### Changed
- PHPSDK-164: Overwrite max amount for gift cards to be null, because these might accept partial payment

## [5.14.0] - 2024-07-08
### Added
- PHPSDK-155: Throw ApiUnavailableException when API returns 501/503 HTTP codes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "MultiSafepay PHP SDK",
"type": "library",
"license": "MIT",
"version": "5.14.0",
"version": "5.15.0",
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class Version
{
public const SDK_VERSION = '5.14.0';
public const SDK_VERSION = '5.15.0';

/**
* @var Version
Expand Down

0 comments on commit fbc72c9

Please sign in to comment.