File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4
4
|Repository | Ratepay Module for Magento 2
5
5
|------|----------
6
6
|Author | Robert Müller
7
- |Module-Version | ` 1.2.0 `
7
+ |Module-Version | ` 1.2.1 `
8
8
|Compatibility | Magento 2.1.0 - 2.4.0
9
9
|Link | http://www.ratepay.com
10
10
|Mail | integration@ratepay.com
@@ -23,6 +23,16 @@ php bin/magento cache:clean
23
23
24
24
## Changelog
25
25
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
+
26
36
### Version 1.2.0 - Released 2020-08-12
27
37
* Added compatibility for Magento 2.4.0
28
38
* Ratepay Payment method- and ProfileID selection now based on billing address
Original file line number Diff line number Diff line change 2
2
"name" : " ratepay/magento2-payment" ,
3
3
"description" : " Official Ratepay Payments Extension for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 1.2.0 " ,
5
+ "version" : " 1.2.1 " ,
6
6
"license" : " MIT" ,
7
7
8
8
"require" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
3
3
<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 " >
5
5
<sequence >
6
6
<module name =" Magento_OfflinePayments" />
7
7
</sequence >
You can’t perform that action at this time.
0 commit comments