Skip to content

Commit 2857613

Browse files
PLGMAG2V2-773: Prepare changes for the 3.7.0 release (#100)
1 parent 38db020 commit 2857613

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.7.0] - 2024-07-05
5+
### Added
6+
- PLGMAG2V2-741: Added Manual Capture support for the Card payment, Visa, Mastercard and Maestro gateways. For more information about this feature, please check the [MultiSafepay Manual Capture documentation](https://docs.multisafepay.com/docs/manual-capture).
7+
- PLGMAG2V2-760: Added to the order payment description with which type of card was paid for the Card Payment method
8+
- PLGMAG2V2-768: Refund requests are now logged on debug mode
9+
10+
### Fixed
11+
- PLGMAG2V2-759: Fixed an issue which happened because the getPath method no longer exists on DirectDebitConfigProvider
12+
- PLGMAG2V2-769: Fixed HTTP Response code being 0 in custom MultiSafepay HTTP Client
13+
14+
### Changed
15+
PLGMAG2V2-757: Remove payment additionalData when the quote has been restored
16+
PLGMAG2V2-767: Google Pay Direct AbortError is not being displayed on screen anymore when user closes the Payment Request dialog
17+
418
## [3.6.0] - 2024-05-15
519
### Added
620
- DAVAMS-764: Add in3 B2B

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "multisafepay/magento2",
33
"description": "MultiSafepay module suite for Magento 2",
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"require": {
6-
"multisafepay/magento2-core": "3.6.0",
7-
"multisafepay/magento2-frontend": "2.6.0",
8-
"multisafepay/magento2-adminhtml": "1.28.0",
6+
"multisafepay/magento2-core": "3.7.0",
7+
"multisafepay/magento2-frontend": "2.6.1",
8+
"multisafepay/magento2-adminhtml": "1.29.0",
99
"multisafepay/magento2-catalog-inventory": "1.0.3",
1010
"multisafepay/magento2-msi": "1.0.2"
1111
},

0 commit comments

Comments
 (0)