Skip to content

Commit

Permalink
PLGMAG2V2-773: Prepare changes for the 3.7.0 release (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Jul 8, 2024
1 parent 38db020 commit 2857613
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.7.0] - 2024-07-05
### Added
- 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).
- PLGMAG2V2-760: Added to the order payment description with which type of card was paid for the Card Payment method
- PLGMAG2V2-768: Refund requests are now logged on debug mode

### Fixed
- PLGMAG2V2-759: Fixed an issue which happened because the getPath method no longer exists on DirectDebitConfigProvider
- PLGMAG2V2-769: Fixed HTTP Response code being 0 in custom MultiSafepay HTTP Client

### Changed
PLGMAG2V2-757: Remove payment additionalData when the quote has been restored
PLGMAG2V2-767: Google Pay Direct AbortError is not being displayed on screen anymore when user closes the Payment Request dialog

## [3.6.0] - 2024-05-15
### Added
- DAVAMS-764: Add in3 B2B
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "multisafepay/magento2",
"description": "MultiSafepay module suite for Magento 2",
"version": "3.6.0",
"version": "3.7.0",
"require": {
"multisafepay/magento2-core": "3.6.0",
"multisafepay/magento2-frontend": "2.6.0",
"multisafepay/magento2-adminhtml": "1.28.0",
"multisafepay/magento2-core": "3.7.0",
"multisafepay/magento2-frontend": "2.6.1",
"multisafepay/magento2-adminhtml": "1.29.0",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit 2857613

Please sign in to comment.