Skip to content

Commit 1601d7a

Browse files
Release of 3.1.0 (#191)
1 parent 530b623 commit 1601d7a

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [3.1.0] - 2024-09-17
8+
### Added
9+
+ PLGSHPS-303: Add support for iDEAL 2.0
10+
11+
### Removed
12+
+ PLGSHPS-299: Remove iDEAL issuer dropdown
13+
14+
### Fixed
15+
+ PLGSHPS-302: Fix billing-shipping addresses sometimes is missing on confirmation page
16+
+ PLGSHPS-301: Fix wrong usage of getIsoName() to retrieve the ISO country ID
17+
+ PLGSHPS-300: Fix Apple Pay template is missing when payment methods are installed
18+
+ PLGSHPS-297: Fix issue where session is lost on notifyAction()
19+
20+
***
21+
722
## [3.0.3] - 2024-05-30
823
### Fixed
924
+ PLGSHPS-291: Fix OrderUpdateSubscriber

plugin.xml

+21-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<label lang="en">MultiSafepay</label>
66
<label lang="de">MultiSafepay</label>
77

8-
<version>3.0.3</version>
8+
<version>3.1.0</version>
99
<copyright>(c) MultiSafepay</copyright>
1010
<license>proprietary</license>
1111
<link>https://www.multisafepay.com</link>
@@ -25,6 +25,26 @@
2525
]]>
2626
</description>
2727

28+
<changelog version="3.1.0">
29+
<changes lang="en"><![CDATA[
30+
PLGSHPS-303: Add support for iDEAL 2.0
31+
PLGSHPS-299: Remove iDEAL issuer dropdown
32+
PLGSHPS-302: Fix billing-shipping addresses sometimes is missing on confirmation page
33+
PLGSHPS-301: Fix wrong usage of getIsoName() to retrieve the ISO country ID
34+
PLGSHPS-300: Fix Apple Pay template is missing when payment methods are installed
35+
PLGSHPS-297: Fix issue where session is lost on notifyAction()
36+
]]>
37+
</changes>
38+
<changes lang="de"><![CDATA[
39+
PLGSHPS-303: Add support for iDEAL 2.0
40+
PLGSHPS-299: Remove iDEAL issuer dropdown
41+
PLGSHPS-302: Fix billing-shipping addresses sometimes is missing on confirmation page
42+
PLGSHPS-301: Fix wrong usage of getIsoName() to retrieve the ISO country ID
43+
PLGSHPS-300: Fix Apple Pay template is missing when payment methods are installed
44+
PLGSHPS-297: Fix issue where session is lost on notifyAction()
45+
]]>
46+
</changes>
47+
</changelog>
2848
<changelog version="3.0.3">
2949
<changes lang="en"><![CDATA[
3050
PLGSHPS-291: Fix OrderUpdateSubscriber

0 commit comments

Comments
 (0)