Skip to content

Commit

Permalink
PLGMAG2V2-754: Release version 3.5.1 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored May 1, 2024
1 parent f4b5b31 commit a709448
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.5.1] - 2024-05-01
### Fixed
- PLGMAG2V2-738: Fixed orders stuck on pending after REST API Invoice creation
- PLGMAG2V2-752: Fixed Payment Component Temporarily Not Available message after token expiry

### 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
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "multisafepay/magento2",
"description": "MultiSafepay module suite for Magento 2",
"version": "3.5.0",
"version": "3.5.1",
"require": {
"multisafepay/magento2-core": "3.5.0",
"multisafepay/magento2-frontend": "2.5.0",
"multisafepay/magento2-adminhtml": "1.27.0",
"multisafepay/magento2-core": "3.5.1",
"multisafepay/magento2-frontend": "2.5.1",
"multisafepay/magento2-adminhtml": "1.27.1",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit a709448

Please sign in to comment.