Skip to content

Commit a6c8e23

Browse files
PLGMAG2V2-849: Prepare changes for the 3.11.0 release (#110)
1 parent c024ff5 commit a6c8e23

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.11.0] - 2025-05-20
5+
### Fixed
6+
- PLGMAG2V2-846: Fix an issue with some orders going back to pending payment right after customer account creation after checkout
7+
8+
### Removed
9+
- DAVAMS-901: Removed the deprecated payment method 'Alipay'
10+
411
## [3.10.1] - 2025-05-01
512
### Fixed
613
- PLGMAG2V2-840: Fix Monolog issue in Magento 2.4.8, thanks to @jissereitsma

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "multisafepay/magento2",
33
"description": "MultiSafepay module suite for Magento 2",
4-
"version": "3.10.1",
4+
"version": "3.11.0",
55
"require": {
6-
"multisafepay/magento2-core": "3.10.1",
7-
"multisafepay/magento2-frontend": "2.8.2",
8-
"multisafepay/magento2-adminhtml": "1.32.1",
6+
"multisafepay/magento2-core": "3.11.0",
7+
"multisafepay/magento2-frontend": "2.9.0",
8+
"multisafepay/magento2-adminhtml": "1.33.0",
99
"multisafepay/magento2-catalog-inventory": "1.0.3",
1010
"multisafepay/magento2-msi": "1.0.2"
1111
},

0 commit comments

Comments
 (0)