Skip to content

Commit ab13493

Browse files
author
Vincent Boulanger
committed
Prepared new release 2.1.9
1 parent 19a3666 commit ab13493

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

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

2424
## Changelog
2525

26+
### Version 2.1.9 - Released 2023-09-28
27+
* Fixed profile usage in backend order
28+
2629
### Version 2.1.8 - Released 2023-05-09
2730
* Added compatibility for Magento 2.4.6 and PHP 8.2
2831
* Added prevention mechanism for a Mage2 core vulnerability APSB22-12

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.8",
5+
"version": "2.1.9",
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.8">
11+
<module name="RatePAY_Payment" setup_version="2.1.9">
1212
<sequence>
1313
<module name="Magento_OfflinePayments"/>
1414
</sequence>

0 commit comments

Comments
 (0)