Skip to content

Commit 3a482e2

Browse files
PLGMAG2V2-839: Prepare changes for the 3.10.0 release (#108)
1 parent 5a97d24 commit 3a482e2

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

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

4+
## [3.10.0] - 2025-04-02
5+
### Added
6+
- PLGMAG2V2-831: Added invoice_url to invoice update request for E-invoicing
7+
- PLGMAG2V2-832: Added setting for adding iDEAL payment page step
8+
9+
### Fixed
10+
- PLGMAG2V2-835: Fixed broken Einvoicing refund
11+
- HYVA-31: Fixed Cart Alive Issue in Hyvä Checkout
12+
13+
### Removed
14+
- PLGMAG2V2-838: Removed .svg as allowed file type for generic gateway image upload
15+
416
## [3.9.1] - 2025-02-24
517
### Fixed
618
- PLGMAG2V2-826: Fix uncleared orders not being able to be invoiced

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.9.1",
4+
"version": "3.10.0",
55
"require": {
6-
"multisafepay/magento2-core": "3.9.1",
7-
"multisafepay/magento2-frontend": "2.8.1",
8-
"multisafepay/magento2-adminhtml": "1.31.1",
6+
"multisafepay/magento2-core": "3.10.0",
7+
"multisafepay/magento2-frontend": "2.8.2",
8+
"multisafepay/magento2-adminhtml": "1.32.0",
99
"multisafepay/magento2-catalog-inventory": "1.0.3",
1010
"multisafepay/magento2-msi": "1.0.2"
1111
},

0 commit comments

Comments
 (0)