Skip to content

Commit 9fb9d2d

Browse files
authored
Release of 5.17.1 (#386)
1 parent 78ea6d6 commit 9fb9d2d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.17.1] - 2025-08-21
10+
### Added
11+
- PLGMAG2V2-859: Add CODE_OF_CONDUCT.md
12+
- PHPSDK-176: Add badges to the README.md document
13+
14+
### Changed
15+
- PHPSDK-180: Use constant-time string comparison in Notification::verifyNotification, thanks to @CasEbb
16+
917
## [5.17.0] - 2025-06-04
1018
### Added
1119
- PHPSDK-172: Add BILLINK to SHOPPING_CART_REQUIRED_GATEWAYS constant

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

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)