Skip to content

Commit

Permalink
PLGMAG2V2-782: release version 3.7.1 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Aug 6, 2024
1 parent a2d6a00 commit 131d3ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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]

## [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

### 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 Down
2 changes: 1 addition & 1 deletion Util/VersionUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct(
*/
public function getPluginVersion(): string
{
return '3.7.0';
return '3.7.1';
}

/**
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-core",
"description": "MultiSafepay core module for Magento 2",
"version": "3.7.0",
"version": "3.7.1",
"require": {
"multisafepay/php-sdk": "^5.13",
"multisafepay/php-sdk": "^5.14",
"nyholm/psr7": "^1.4",
"psr/http-client": "^1.0",
"magento/framework": "^102.0|^103.0",
Expand Down

0 comments on commit 131d3ee

Please sign in to comment.