File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
20
## [ 3.9.0] - 2025-01-09
10
21
### Added
11
22
- DAVAMS-817: Added the Bizum payment method
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function __construct(
63
63
*/
64
64
public function getPluginVersion (): string
65
65
{
66
- return '3.9.0 ' ;
66
+ return '3.9.1 ' ;
67
67
}
68
68
69
69
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " multisafepay/magento2-core" ,
3
3
"description" : " MultiSafepay core module for Magento 2" ,
4
- "version" : " 3.9.0 " ,
4
+ "version" : " 3.9.1 " ,
5
5
"require" : {
6
6
"multisafepay/php-sdk" : " ^5.14" ,
7
7
"nyholm/psr7" : " ^1.4" ,
You can’t perform that action at this time.
0 commit comments