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
***
8
8
9
+ ## 1.5.0
10
+ Release date: December, 27th 2024
11
+
12
+ ### Add
13
+ + DAVAMS-805: Add BIZUM
14
+
15
+ ### Removed
16
+ + DAVAMS-842: Remove gender checkout field from iDEAL+in3
17
+
18
+ ***
19
+
9
20
## 1.4.1
10
21
Release date: September, 12th 2024
11
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " MultiSafepay Extension" ,
3
3
"code" : " multisafepay" ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 1.5.0 " ,
5
5
"author" : " MultiSafepay" ,
6
6
"link" : " https://www.multisafepay.com"
7
7
}
Original file line number Diff line number Diff line change 40
40
*/
41
41
class Multisafepay {
42
42
43
- public const MULTISAFEPAY_PLUGIN_VERSION = '1.4.1 ' ;
43
+ public const MULTISAFEPAY_PLUGIN_VERSION = '1.5.0 ' ;
44
44
45
45
public const ROUTE = 'extension/multisafepay/payment/multisafepay ' ;
46
46
public const KEY_PREFIX = 'payment_ ' ;
You can’t perform that action at this time.
0 commit comments