Skip to content

Commit a83adfa

Browse files
authored
Release of 5.20.0 (#401)
1 parent dcd68f3 commit a83adfa

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.20.0] - 2026-02-18
10+
### Added
11+
- PLGWOOS-1025: PHP SDK support for terminal endpoints
12+
- PLGMAG2V2-886: Encode parameters
13+
914
## [5.19.0] - 2026-01-15
1015
### Added
1116
- PLGMAG2V2-881: Add a method to easily retrieve the payment_options from the OrderRequest

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": "OSL-3.0",
6-
"version": "5.19.0",
6+
"version": "5.20.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.19.0';
20+
public const SDK_VERSION = '5.20.0';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)