Skip to content

Commit

Permalink
PLGMAG2V2-819: Prepare changes for the 3.9.0 release (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Jan 10, 2025
1 parent 8832bc8 commit 8a4d6f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.9.0] - 2025-01-09
### Added
- DAVAMS-817: Added the Bizum payment method
- DAVAMS-852: Add the Billink payment method
- PLGMAG2V2-814: Added instructions field to payment methods
- PLGMAG2V2-788: Added coupon names to item names for more clarity about which coupon was used
- PLGMAG2V2-809: Added the transaction ID to the comment in the order overview for orders canceled by MultiSafepay

### Fixed
- PLGMAG2V2-805: Fixed payment_review orders unable to be canceled
- PLGMAG2V2-647: Fixed Fast Checkout duplicated transactions

### Removed
- PLGMAG2V2-810: Removed deprecated methods: Santander, Giropay, Sofort, Request to pay and Dotpay
- DAVAMS-869: Refunding has been disabled for Multibanco

## [3.8.1] - 2024-09-20
### Fixed
- PLGMAG2V2-794: Fixed an issue that sometimes occurred after the last update related with placing an Apple Pay and Google Pay transaction
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "multisafepay/magento2",
"description": "MultiSafepay module suite for Magento 2",
"version": "3.8.1",
"version": "3.9.0",
"require": {
"multisafepay/magento2-core": "3.8.1",
"multisafepay/magento2-frontend": "2.7.1",
"multisafepay/magento2-adminhtml": "1.30.0",
"multisafepay/magento2-core": "3.9.0",
"multisafepay/magento2-frontend": "2.8.0",
"multisafepay/magento2-adminhtml": "1.31.0",
"multisafepay/magento2-catalog-inventory": "1.0.3",
"multisafepay/magento2-msi": "1.0.2"
},
Expand Down

0 comments on commit 8a4d6f2

Please sign in to comment.