Skip to content

Commit 564c738

Browse files
authored
Release of 3.1.0 (#608)
1 parent 56434c0 commit 564c738

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
919
## [3.0.0] - 2023-04-03
1020
### Added
1121
- Added new service interfaces, processes and a controller for processing notification webhooks

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.0.0';
66+
return '3.1.0';
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.0.0",
4+
"version": "3.1.0",
55
"require": {
66
"multisafepay/php-sdk": "^5.9",
77
"nyholm/psr7": "^1.4",

0 commit comments

Comments
 (0)