Skip to content

Commit 0160b02

Browse files
Release of 4.0.1
2 parents f70b3d6 + 8e7d55c commit 0160b02

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## [4.0.1] - 2020-10-26
10+
### Fixed
11+
- Fix wrong namespace for QrEnabled class
12+
13+
### Changed
814
- Remove html tags from item name, item description in CartItem, and from order description in OrderRequest
915

1016
## [4.0.0] - 2020-09-11

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": "4.0.0",
6+
"version": "4.0.1",
77
"require": {
88
"php": "^7.1",
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 = '4.0.0';
20+
const SDK_VERSION = '4.0.1';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)