Skip to content

Commit

Permalink
PLGMAG2V2-782: release version 2.6.2 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Aug 6, 2024
1 parent b99edcc commit a4ef9e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a4ef9e6

Please sign in to comment.