diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c3dc7..8c378a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.9.1] - 2025-02-24 +### Fixed +- PLGMAG2V2-826: Fix uncleared orders not being able to be invoiced +- PLGMAG2V2-823: Fix Fooman surcharge rate calculation above 100% + +### Changed +- PLGMAG2V2-829: Enable Sofort and Dotpay payment methods +- PLGMAG2V2-815: Add delay for cancel controller to wait for order to cancel + +### Removed +- DAVAMS-840: Remove gender requirement for in3 + ## [3.9.0] - 2025-01-09 ### Added - DAVAMS-817: Added the Bizum payment method diff --git a/composer.json b/composer.json index 18774e9..8c4dbb7 100755 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "multisafepay/magento2", "description": "MultiSafepay module suite for Magento 2", - "version": "3.9.0", + "version": "3.9.1", "require": { - "multisafepay/magento2-core": "3.9.0", - "multisafepay/magento2-frontend": "2.8.0", - "multisafepay/magento2-adminhtml": "1.31.0", + "multisafepay/magento2-core": "3.9.1", + "multisafepay/magento2-frontend": "2.8.1", + "multisafepay/magento2-adminhtml": "1.31.1", "multisafepay/magento2-catalog-inventory": "1.0.3", "multisafepay/magento2-msi": "1.0.2" },