Skip to content

Commit 2278da2

Browse files
Prepare 2.18.1 release (#546)
1 parent da9a212 commit 2278da2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ 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.18.1] - 2022-09-12
810
### Fixed
911
- Fixed a bug where in rare instances Magento Vault would cause a 'unique constraint violation' when trying to save a payment token.
12+
- Fixed an Uncaught TypeError when trying to log the order if the order ID can't be found.
1013

1114
## [2.18.0] - 2022-08-23
1215
### 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.20.0';
59+
return '2.20.1';
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.18.0",
4+
"version": "2.18.1",
55
"require": {
66
"multisafepay/php-sdk": "^5.6",
77
"nyholm/psr7": "^1.4",

0 commit comments

Comments
 (0)