Skip to content

Commit 19630f4

Browse files
Prepare release 2.15.2 (#524)
1 parent b29d0de commit 19630f4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.15.2] - 2022-05-13
810
### Fixed
911
- Fixed an issue with the timing of request timeouts for incoming notifications
1012

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.1';
59+
return '2.17.2';
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 module for Magento 2",
4-
"version": "2.15.1",
4+
"version": "2.15.2",
55
"require": {
66
"multisafepay/php-sdk": "^5.4",
77
"nyholm/psr7": "^1.4",

0 commit comments

Comments
 (0)