Skip to content

Commit 29ea307

Browse files
PLGMAG2V2-830: Prepare changes for the 3.9.1 release (#753)
1 parent cf568ae commit 29ea307

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.9.1] - 2025-02-24
10+
### Fixed
11+
- PLGMAG2V2-826: Fix uncleared orders not being able to be invoiced
12+
- PLGMAG2V2-823: Fix Fooman surcharge rate calculation above 100%
13+
14+
### Changed
15+
- PLGMAG2V2-829: Enable Sofort and Dotpay payment methods
16+
17+
### Removed
18+
- DAVAMS-840: Remove gender requirement for in3
19+
920
## [3.9.0] - 2025-01-09
1021
### Added
1122
- DAVAMS-817: Added the Bizum payment method

Util/VersionUtil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct(
6363
*/
6464
public function getPluginVersion(): string
6565
{
66-
return '3.9.0';
66+
return '3.9.1';
6767
}
6868

6969
/**

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multisafepay/magento2-core",
33
"description": "MultiSafepay core module for Magento 2",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"require": {
66
"multisafepay/php-sdk": "^5.14",
77
"nyholm/psr7": "^1.4",

0 commit comments

Comments
 (0)