Skip to content

Commit 611214c

Browse files
Merge pull request #259 from MultiSafepay/release/5.0.1
Release of 5.0.1
2 parents 5831a21 + fcd0298 commit 611214c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [5.0.1] - 2021-03-11
810
### Changed
911
- getGateways will now include all merchant enabled gift cards by default
12+
- Prevent validation error on comma-separated IP addresses, now using first IP address
13+
- Remove type hint for CartItem quantity to allow for float values
1014

1115
## [5.0.0] - 2021-02-17
1216
### Added

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.0.0",
6+
"version": "5.0.1",
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-
const SDK_VERSION = '5.0.0';
20+
const SDK_VERSION = '5.0.1';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)