Skip to content

Commit

Permalink
PLGMAG2V2-773: Prepare changes for the 3.7.0 release (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Jul 8, 2024
1 parent 5260357 commit 05550b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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: Add to 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

## [3.6.0] - 2024-05-15
### Added
- DAVAMS-764: Add in3 B2B
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.6.0';
return '3.7.0';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multisafepay/magento2-core",
"description": "MultiSafepay core module for Magento 2",
"version": "3.6.0",
"version": "3.7.0",
"require": {
"multisafepay/php-sdk": "^5.13",
"nyholm/psr7": "^1.4",
Expand Down

0 comments on commit 05550b5

Please sign in to comment.