Skip to content

Commit

Permalink
M2-124 - Prepared new release 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FatchipRobert committed May 9, 2023
1 parent 74efba9 commit c21ca1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|Repository | Ratepay Module for Magento 2
|------|----------
|Author | Robert Müller
|Module-Version | `2.1.7`
|Module-Version | `2.1.8`
|Compatibility | Magento 2.3.0 - 2.4.x
|Link | http://www.ratepay.com
|Mail | [email protected]
Expand All @@ -23,6 +23,12 @@ php bin/magento cache:clean

## Changelog

### Version 2.1.8 - Released 2023-05-09
* Added compatibility for Magento 2.4.6 and PHP 8.2
* Added prevention mechanism for a Mage2 core vulnerability APSB22-12
* Added B2B check to frontend checkout
* Increased error message display time

### Version 2.1.7 - Released 2023-01-18
* Updated Ratepay GmbH address
* Added offline instalment calculator to product details page
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "ratepay/magento2-payment",
"description": "Official Ratepay Payments Extension for Magento 2",
"type": "magento2-module",
"version": "2.1.7",
"version": "2.1.8",
"license": "MIT",

"require": {
"php": ">=7.1.0",
"magento/framework": ">=100.3.0",
"ratepay/php-library": ">=1.4.0"
"ratepay/php-library": ">=1.8.4"
},

"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="RatePAY_Payment" setup_version="2.1.7">
<module name="RatePAY_Payment" setup_version="2.1.8">
<sequence>
<module name="Magento_OfflinePayments"/>
</sequence>
Expand Down

0 comments on commit c21ca1e

Please sign in to comment.