File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
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 | ` 2.1.7 `
7
+ |Module-Version | ` 2.1.8 `
8
8
|Compatibility | Magento 2.3.0 - 2.4.x
9
9
|Link | http://www.ratepay.com
10
10
|Mail | integration@ratepay.com
@@ -23,6 +23,12 @@ php bin/magento cache:clean
23
23
24
24
## Changelog
25
25
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
+
26
32
### Version 2.1.7 - Released 2023-01-18
27
33
* Updated Ratepay GmbH address
28
34
* Added offline instalment calculator to product details page
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" : " 2.1.7 " ,
5
+ "version" : " 2.1.8 " ,
6
6
"license" : " MIT" ,
7
7
8
8
"require" : {
9
9
"php" : " >=7.1.0" ,
10
10
"magento/framework" : " >=100.3.0" ,
11
- "ratepay/php-library" : " >=1.4.0 "
11
+ "ratepay/php-library" : " >=1.8.4 "
12
12
},
13
13
14
14
"autoload" : {
Original file line number Diff line number Diff line change 8
8
*/
9
9
-->
10
10
<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 " >
12
12
<sequence >
13
13
<module name =" Magento_OfflinePayments" />
14
14
</sequence >
You can’t perform that action at this time.
0 commit comments