From a4ef9e6c2a24331278d6424fae185706a3a511bc Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+vinodsowdagar@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:49:50 +0200 Subject: [PATCH] PLGMAG2V2-782: release version 2.6.2 (#284) --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb0265..6aed804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.2] - 2024-08-06 +### Fixed +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 + ## [2.6.1] - 2024-07-05 ### Changed PLGMAG2V2-757: Remove payment additionalData when the quote has been restored diff --git a/composer.json b/composer.json index 5742188..2237abb 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "multisafepay/magento2-frontend", "description": "MultiSafepay frontend module for Magento 2", - "version": "2.6.1", + "version": "2.6.2", "require": { - "multisafepay/magento2-core": "^3.7", + "multisafepay/magento2-core": "^3.7.1", "multisafepay/magento2-adminhtml": "^1.29", "magento/framework": "^102.0|^103.0", "magento/module-checkout": "^100.0",