Skip to content

Commit 6de6b83

Browse files
authoredDec 27, 2024··
Release of 1.5.0 (#56)
1 parent dda05c6 commit 6de6b83

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
***
88

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+
920
## 1.4.1
1021
Release date: September, 12th 2024
1122

‎install.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MultiSafepay Extension",
33
"code": "multisafepay",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"author": "MultiSafepay",
66
"link": "https://www.multisafepay.com"
77
}

‎system/library/multisafepay.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
class Multisafepay {
4242

43-
public const MULTISAFEPAY_PLUGIN_VERSION = '1.4.1';
43+
public const MULTISAFEPAY_PLUGIN_VERSION = '1.5.0';
4444

4545
public const ROUTE = 'extension/multisafepay/payment/multisafepay';
4646
public const KEY_PREFIX = 'payment_';

0 commit comments

Comments
 (0)
Please sign in to comment.