Skip to content

Commit 96895d0

Browse files
authored
Merge pull request #249 from MultiSafepay/release/4.1.0
Release of 4.1.0
2 parents 52f8eba + f89eaeb commit 96895d0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ 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.1.0] - 2021-02-03
810
### Added
911
- Add support for company_name in Customer object
12+
- Add support for tokenization
13+
- Add new method in TransactionResponse object to check if requires shopping cart to process refunds.
14+
- Add new methods to simplify how to set properties in multiple objects
1015

1116
## [4.0.3] - 2020-12-17
1217
### Fixed

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

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)