Skip to content

Commit 79e1867

Browse files
PLGMAG2V2-849: Prepare changes for the 2.9.0 release (#304)
1 parent c474331 commit 79e1867

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.9.0] - 2025-05-20
10+
### Removed
11+
- DAVAMS-901: Removed the deprecated payment method 'Alipay'
12+
913
## [2.8.2] - 2025-04-02
1014
### Fixed
1115
- HYVA-31: Fixed Cart Alive Issue in Hyvä Checkout

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.8.2",
4+
"version": "2.9.0",
55
"require": {
6-
"multisafepay/magento2-core": "^3.10",
7-
"multisafepay/magento2-adminhtml": "^1.32",
6+
"multisafepay/magento2-core": "^3.11",
7+
"multisafepay/magento2-adminhtml": "^1.33",
88
"magento/framework": "^102.0|^103.0",
99
"magento/module-checkout": "^100.0",
1010
"magento/module-quote": "^101.0",

0 commit comments

Comments
 (0)