Skip to content

Commit c21ca1e

Browse files
committed
M2-124 - Prepared new release 2.1.8
1 parent 74efba9 commit c21ca1e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

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

2424
## Changelog
2525

26+
### Version 2.1.8 - Released 2023-05-09
27+
* Added compatibility for Magento 2.4.6 and PHP 8.2
28+
* Added prevention mechanism for a Mage2 core vulnerability APSB22-12
29+
* Added B2B check to frontend checkout
30+
* Increased error message display time
31+
2632
### Version 2.1.7 - Released 2023-01-18
2733
* Updated Ratepay GmbH address
2834
* Added offline instalment calculator to product details page

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "ratepay/magento2-payment",
33
"description": "Official Ratepay Payments Extension for Magento 2",
44
"type": "magento2-module",
5-
"version": "2.1.7",
5+
"version": "2.1.8",
66
"license": "MIT",
77

88
"require": {
99
"php": ">=7.1.0",
1010
"magento/framework": ">=100.3.0",
11-
"ratepay/php-library": ">=1.4.0"
11+
"ratepay/php-library": ">=1.8.4"
1212
},
1313

1414
"autoload": {

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.7">
11+
<module name="RatePAY_Payment" setup_version="2.1.8">
1212
<sequence>
1313
<module name="Magento_OfflinePayments"/>
1414
</sequence>

0 commit comments

Comments
 (0)