Skip to content

Commit

Permalink
PLGMAG2V2-782: release version 3.7.1 (#101)
Browse files Browse the repository at this point in the history
* PLGMAG2V2-782: release version 3.7.1

* Update composer.json
  • Loading branch information
vinodsowdagar authored Aug 6, 2024
1 parent 2857613 commit cce501a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.7.1] - 2024-08-06
### Fixed
- PLGMAG2V2-753: Fixed an issue where a coupon could be decremented multiple times on multiple calls to the 'Cancel' controller
- PLGMAG2V2-780: Fixed an issue where Store Credit would be returned twice

### Changed
- PLGMAG2V2-778: Coupons will now be canceled through the OrderService on order cancelation and will happen either through the Notification webhook request or when restoring the cart, depending on the type of transaction

## [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).
Expand All @@ -12,8 +20,8 @@ All notable changes to this project will be documented in this file.
- 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
- 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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "multisafepay/magento2",
"description": "MultiSafepay module suite for Magento 2",
"version": "3.7.0",
"version": "3.7.1",
"require": {
"multisafepay/magento2-core": "3.7.0",
"multisafepay/magento2-frontend": "2.6.1",
"multisafepay/magento2-core": "3.7.1",
"multisafepay/magento2-frontend": "2.6.2",
"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 cce501a

Please sign in to comment.