File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.1.0] - 2023-05-17
10
+ ### Added
11
+ - Add payment component for Pay After Delivery installments
12
+ - Give the option to set 3 different icons for payment method Credit Card
13
+ - Add a setting field to exclude utm_nooverride from the redirect_url
14
+
15
+ ### Changed
16
+ - Refactor Credit Card Payment Components
17
+ - Rebrand Sofort
18
+
9
19
## [ 3.0.0] - 2023-04-03
10
20
### Added
11
21
- Added new service interfaces, processes and a controller for processing notification webhooks
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.0 .0 ' ;
66
+ return '3.1 .0 ' ;
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.0 .0" ,
4
+ "version" : " 3.1 .0" ,
5
5
"require" : {
6
6
"multisafepay/php-sdk" : " ^5.9" ,
7
7
"nyholm/psr7" : " ^1.4" ,
You can’t perform that action at this time.
0 commit comments