Skip to content

Commit 543cdb4

Browse files
Prepare changes for the release of version 2.16.0 (#529)
* Prepare changes for the release of version 2.16.0 * Added missing entries * Update composer.json description
1 parent b95f85a commit 543cdb4

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ 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+
## [2.16.0] - 2022-06-29
810
### Added
9-
- Added Vault & Tokenization for Maestro
11+
- Added Vault for Maestro
12+
- Added the Alipay+ payment method
13+
14+
### Fixed
15+
- Fixed an issue where placing orders through some gateways with GraphQL returns an error
16+
- Fixed an issue where there would be duplicated tokens stored in Vault in some rare cases
1017

1118
## [2.15.2] - 2022-05-13
1219
### Fixed

Util/VersionUtil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct(
5656
*/
5757
public function getPluginVersion(): string
5858
{
59-
return '2.17.2';
59+
return '2.18.0';
6060
}
6161

6262
/**

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "multisafepay/magento2-core",
3-
"description": "MultiSafepay module for Magento 2",
4-
"version": "2.15.2",
3+
"description": "MultiSafepay core module for Magento 2",
4+
"version": "2.16.0",
55
"require": {
6-
"multisafepay/php-sdk": "^5.4",
6+
"multisafepay/php-sdk": "^5.5",
77
"nyholm/psr7": "^1.4",
88
"psr/http-client": "^1.0",
99
"magento/framework": "^102.0|^103.0",
@@ -13,7 +13,7 @@
1313
"magento/module-quote": "^101.0",
1414
"magento/module-store": "^101.0",
1515
"magento/module-vault": "^101.0",
16-
"php": ">=7.1",
16+
"php": ">=7.2",
1717
"ext-pcre": "*",
1818
"ext-json": "*",
1919
"ext-curl": "*"

0 commit comments

Comments
 (0)