Skip to content

Commit

Permalink
PLGMAG2V2-754: Release version 3.5.1 (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored May 1, 2024
1 parent 6d7d2e4 commit 0cadd0b
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.5.1] - 2024-05-01
### Fixed
- PLGMAG2V2-738: Fixed orders stuck on pending after REST API Invoice creation

### Changed
- PLGMAG2V2-739: PayPal, AliPay, AliPay Plus, CBC, KBC and Trustly now have the option to redirect to the MultiSafepay payment page when placing the order

## [3.5.0] - 2024-04-02
### Added
- PLGMAG2V2-731: Added VVV Cadeaubon gateway
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.5.0';
return '3.5.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.5.0",
"version": "3.5.1",
"require": {
"multisafepay/php-sdk": "^5.12",
"multisafepay/php-sdk": "^5.13",
"nyholm/psr7": "^1.4",
"psr/http-client": "^1.0",
"magento/framework": "^102.0|^103.0",
Expand Down

0 comments on commit 0cadd0b

Please sign in to comment.