Skip to content

Commit 5ae246a

Browse files
PLGMAG2V2-863: Prepare changes for the 3.13.0 release (#313)
1 parent be970bb commit 5ae246a

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.11.0] - 2025-07-29
10+
### Added
11+
- PLGMAG2V2-852: Added support for Bancontact WIP in Magento Vault
12+
- PLGMAG2V2-859: Added CODE_OF_CONDUCT.md
13+
14+
### Fixed
15+
- PLGMAG2V2-860: Fixed an issue where some orders do not have correct values after invoice creation with a specific Amasty Checkout Pro configuration
16+
917
## [2.10.0] - 2025-07-09
1018
### Added
1119
- PLGMAG2V2-856: Added logging for payment component requests

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "multisafepay/magento2-frontend",
33
"description": "MultiSafepay frontend module for Magento 2",
4-
"version": "2.10.0",
4+
"version": "2.11.0",
55
"require": {
6-
"multisafepay/magento2-core": "^3.12",
7-
"multisafepay/magento2-adminhtml": "^1.33",
6+
"multisafepay/magento2-core": "^3.13",
7+
"multisafepay/magento2-adminhtml": "^1.34",
88
"magento/framework": "^102.0|^103.0",
99
"magento/module-checkout": "^100.0",
1010
"magento/module-quote": "^101.0",

0 commit comments

Comments
 (0)