Skip to content

Commit ecbb36a

Browse files
committed
Prepared new release 2.1.6
1 parent 432c635 commit ecbb36a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 6 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 | `2.1.5`
7+
|Module-Version | `2.1.6`
88
|Compatibility | Magento 2.3.0 - 2.4.x
99
|Link | http://www.ratepay.com
1010
|Mail | integration@ratepay.com
@@ -23,6 +23,11 @@ php bin/magento cache:clean
2323

2424
## Changelog
2525

26+
### Version 2.1.6 - Released 2022-09-07
27+
* Fixed error message when entered IBAN was invalid
28+
* Fixed sandbox mode problem for capture-, refund- and cancel-mechanisms with certain configurations
29+
* Added copyright header to all files
30+
2631
### Version 2.1.5 - Released 2022-08-22
2732
* Added proxy mode for IP determination when shop server is behind a proxy
2833
* Visual adjustments to instalment calculator

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": "2.1.5",
5+
"version": "2.1.6",
66
"license": "MIT",
77

88
"require": {

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="RatePAY_Payment" setup_version="2.1.5">
11+
<module name="RatePAY_Payment" setup_version="2.1.6">
1212
<sequence>
1313
<module name="Magento_OfflinePayments"/>
1414
</sequence>

0 commit comments

Comments
 (0)