Skip to content

Commit 8a4d6f2

Browse files
PLGMAG2V2-819: Prepare changes for the 3.9.0 release (#105)
1 parent 8832bc8 commit 8a4d6f2

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

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

4+
## [3.9.0] - 2025-01-09
5+
### Added
6+
- DAVAMS-817: Added the Bizum payment method
7+
- DAVAMS-852: Add the Billink payment method
8+
- PLGMAG2V2-814: Added instructions field to payment methods
9+
- PLGMAG2V2-788: Added coupon names to item names for more clarity about which coupon was used
10+
- PLGMAG2V2-809: Added the transaction ID to the comment in the order overview for orders canceled by MultiSafepay
11+
12+
### Fixed
13+
- PLGMAG2V2-805: Fixed payment_review orders unable to be canceled
14+
- PLGMAG2V2-647: Fixed Fast Checkout duplicated transactions
15+
16+
### Removed
17+
- PLGMAG2V2-810: Removed deprecated methods: Santander, Giropay, Sofort, Request to pay and Dotpay
18+
- DAVAMS-869: Refunding has been disabled for Multibanco
19+
420
## [3.8.1] - 2024-09-20
521
### Fixed
622
- PLGMAG2V2-794: Fixed an issue that sometimes occurred after the last update related with placing an Apple Pay and Google Pay transaction

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.8.1",
4+
"version": "3.9.0",
55
"require": {
6-
"multisafepay/magento2-core": "3.8.1",
7-
"multisafepay/magento2-frontend": "2.7.1",
8-
"multisafepay/magento2-adminhtml": "1.30.0",
6+
"multisafepay/magento2-core": "3.9.0",
7+
"multisafepay/magento2-frontend": "2.8.0",
8+
"multisafepay/magento2-adminhtml": "1.31.0",
99
"multisafepay/magento2-catalog-inventory": "1.0.3",
1010
"multisafepay/magento2-msi": "1.0.2"
1111
},

0 commit comments

Comments
 (0)