Skip to content

Commit

Permalink
Prepared new release 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Boulanger committed Sep 28, 2023
1 parent 19a3666 commit ab13493
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 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.8`
|Module-Version | `2.1.9`
|Compatibility | Magento 2.3.0 - 2.4.x
|Link | http://www.ratepay.com
|Mail | [email protected]
Expand All @@ -23,6 +23,9 @@ php bin/magento cache:clean

## Changelog

### Version 2.1.9 - Released 2023-09-28
* Fixed profile usage in backend order

### 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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ratepay/magento2-payment",
"description": "Official Ratepay Payments Extension for Magento 2",
"type": "magento2-module",
"version": "2.1.8",
"version": "2.1.9",
"license": "MIT",

"require": {
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.8">
<module name="RatePAY_Payment" setup_version="2.1.9">
<sequence>
<module name="Magento_OfflinePayments"/>
</sequence>
Expand Down

0 comments on commit ab13493

Please sign in to comment.