Skip to content

Commit 749bf9d

Browse files
PLGMAG2V2-892: Prepare changes for the 3.0.0 release (#331)
1 parent b684d1b commit 749bf9d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.0] - 2026-03-17
8+
### Added
9+
- PLGMAG2V2-888: Added logic to retrieve orders via redirect tokens (instead of via direct order/session access) for payment redirects, with supporting Javascript refactoring for all payment methods.
10+
711
## [2.14.0] - 2026-02-18
812
### Added
913
- DAVAMS-913: Added several EAA improvements

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "multisafepay/magento2-frontend",
33
"description": "MultiSafepay frontend module for Magento 2",
4-
"version": "2.14.0",
4+
"version": "3.0.0",
55
"require": {
6-
"multisafepay/magento2-core": "^3.16",
6+
"multisafepay/magento2-core": "^3.17",
77
"multisafepay/magento2-adminhtml": "^1.37",
88
"magento/framework": "^102.0|^103.0",
99
"magento/module-checkout": "^100.0",

0 commit comments

Comments
 (0)