Skip to content

Commit b02b637

Browse files
release/2.19.0 (#553)
1 parent ab44fb2 commit b02b637

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.19.0] - 2022-10-04
810
### Added
911
- Payment links will now always be added to the order comment history again. For backend orders it happens immediately, for frontend orders it now happens when the first MultiSafepay notification arrives.
12+
- Added Amazon Pay.
13+
- Added an option for E-invoicing to assign collecting flow ids to specific customer groups.
14+
- Added an option for E-invoicing to turn on and off certain checkout fields.
15+
16+
### Changed
17+
- Magento Vault stored payment methods now change to the gateway where the card was last used.
1018

1119
## [2.18.1] - 2022-09-12
1220
### Fixed

Util/VersionUtil.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct(
5656
*/
5757
public function getPluginVersion(): string
5858
{
59-
return '2.20.1';
59+
return '2.21.0';
6060
}
6161

6262
/**

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": "2.18.1",
4+
"version": "2.19.0",
55
"require": {
66
"multisafepay/php-sdk": "^5.6",
77
"nyholm/psr7": "^1.4",

0 commit comments

Comments
 (0)