Skip to content

Commit 5425d09

Browse files
Prepare changes for the 2.17.0 release (#533)
1 parent 424f6fc commit 5425d09

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ 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.17.0] - 2022-07-11
10+
### Added
11+
- Added a configuration option for overriding when to send the order confirmation e-mail for pay later methods
12+
813
### Fixed
9-
- Fixed an issue where the order state switch to 'Pending payment', after 'Completed' in rare cases
14+
- Fixed an issue where the order state switches to 'Pending payment' after 'Completed' in rare cases
1015

1116
### Removed
12-
- Removed the payment link order comment for frontend orders, since it was causing an issue in rare cases because of saving the order
17+
- Removed the payment link order comment for frontend orders, because of multiple processes trying to save the order, which causes an issue in some instances
1318

1419
## [2.16.0] - 2022-06-29
1520
### Added

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

6262
/**

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multisafepay/magento2-core",
33
"description": "MultiSafepay core module for Magento 2",
4-
"version": "2.16.0",
4+
"version": "2.17.0",
55
"require": {
66
"multisafepay/php-sdk": "^5.5",
77
"nyholm/psr7": "^1.4",

0 commit comments

Comments
 (0)