Skip to content

Commit be830b7

Browse files
Prepare changes for the release (#540)
1 parent 4eb4602 commit be830b7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
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+
## [2.18.0] - 2022-08-23
10+
### Added
11+
- Added the MyBank payment method
12+
- Improved logging for failed POST notifications
13+
14+
### Fixed
15+
- Fixed an issue where in some cases VISA transactions could not be refunded through the backend
16+
917
## [2.17.0] - 2022-07-11
1018
### Added
1119
- Added a configuration option for overriding when to send the order confirmation e-mail for pay later methods

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.19.0';
59+
return '2.20.0';
6060
}
6161

6262
/**

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "multisafepay/magento2-core",
33
"description": "MultiSafepay core module for Magento 2",
4-
"version": "2.17.0",
4+
"version": "2.18.0",
55
"require": {
6-
"multisafepay/php-sdk": "^5.5",
6+
"multisafepay/php-sdk": "^5.6",
77
"nyholm/psr7": "^1.4",
88
"psr/http-client": "^1.0",
99
"magento/framework": "^102.0|^103.0",

0 commit comments

Comments
 (0)