Skip to content

Commit 2a10098

Browse files
Prepare the release for version 2.15.0 (#516)
* Prepare the release for version 2.15.0 * Remove Vault changes from Changelog
1 parent b62bc3f commit 2a10098

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,21 @@ 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.0] - 2022-04-28
810
### Fixed
911
- Fixed an issue where MultiSafepay orders in state pending_payment could not go to processing if the order was paid through another way.
1012
- Fixed an issue with a circular dependency in the Config, which shows up during a setup:upgrade command.
1113
- Fixed an issue with the custom REST API endpoint for retrieving the payment URL for a specific logged in customer, where it returned an incorrect type use error.
1214
- Fixed an issue with the Amasty_OrderStatus module where it wasn't able to correctly save an order comment after placing it.
1315

1416
### Changed
15-
- ING Home'Pay is now deprecated
17+
- Deprecated ING Home'Pay
18+
- Added changes that are required for PHP 8.1:
19+
- Added function type declarations
20+
- Changed namespaces to be declared on a single line
21+
- Removed the dependency for Guzzle 6 and replaced it with a custom client implementation based on the Magento Curl Adapter
22+
- Removed the dependency for php-http/guzzle6-adapter and replaced it with nyholm/psr7
1623

1724
## [2.14.1] - 2022-02-22
1825
### Changed

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

0 commit comments

Comments
 (0)