Skip to content

Commit 280d2d8

Browse files
Merge pull request #44 from ratepay/M2-64-Release-1.2.1
M2-64 - Changes for 1.2.1 release
2 parents d498030 + 8e3ba63 commit 280d2d8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|Repository | Ratepay Module for Magento 2
55
|------|----------
66
|Author | Robert Müller
7-
|Module-Version | `1.2.0`
7+
|Module-Version | `1.2.1`
88
|Compatibility | Magento 2.1.0 - 2.4.0
99
|Link | http://www.ratepay.com
1010
|Mail | integration@ratepay.com
@@ -23,6 +23,16 @@ php bin/magento cache:clean
2323

2424
## Changelog
2525

26+
### Version 1.2.1 - Released 2020-10-06
27+
* Unified Ratepay legal texts
28+
* Removed privacy policy configuration because it was not used
29+
* Increased the time payment errors are shown
30+
* Page will now scroll to payment error if not in view
31+
* Changed declaration of consent functionality
32+
* Installment amount will now be preselected if only one runtime is available
33+
* Accountholder can now be selected between name and company from a dropdownbox in b2b mode
34+
* Fixed config scope for backend orders
35+
2636
### Version 1.2.0 - Released 2020-08-12
2737
* Added compatibility for Magento 2.4.0
2838
* Ratepay Payment method- and ProfileID selection now based on billing address

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ratepay/magento2-payment",
33
"description": "Official Ratepay Payments Extension for Magento 2",
44
"type": "magento2-module",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"license": "MIT",
77

88
"require": {

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22

33
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="RatePAY_Payment" setup_version="1.2.0">
4+
<module name="RatePAY_Payment" setup_version="1.2.1">
55
<sequence>
66
<module name="Magento_OfflinePayments"/>
77
</sequence>

0 commit comments

Comments
 (0)