Skip to content

Commit c024ff5

Browse files
PLGMAG2V2-844: Prepare changes for the 3.10.1 release (#109)
1 parent 3a482e2 commit c024ff5

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

4+
## [3.10.1] - 2025-05-01
5+
### Fixed
6+
- PLGMAG2V2-840: Fix Monolog issue in Magento 2.4.8, thanks to @jissereitsma
7+
- PLGMAG2V2-841: Fix shopping cart refund issue due to version comparison bug
8+
- PLGMAG2V2-842: Fix PHP 8.4 deprecations
9+
10+
### Changed
11+
- MAGWIRE-32: Move some generic gateway logic to own util
12+
413
## [3.10.0] - 2025-04-02
514
### Added
615
- PLGMAG2V2-831: Added invoice_url to invoice update request for E-invoicing

composer.json

Lines changed: 3 additions & 3 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.0",
4+
"version": "3.10.1",
55
"require": {
6-
"multisafepay/magento2-core": "3.10.0",
6+
"multisafepay/magento2-core": "3.10.1",
77
"multisafepay/magento2-frontend": "2.8.2",
8-
"multisafepay/magento2-adminhtml": "1.32.0",
8+
"multisafepay/magento2-adminhtml": "1.32.1",
99
"multisafepay/magento2-catalog-inventory": "1.0.3",
1010
"multisafepay/magento2-msi": "1.0.2"
1111
},

0 commit comments

Comments
 (0)