File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
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.8 `
7
+ |Module-Version | ` 2.1.9 `
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,9 @@ php bin/magento cache:clean
23
23
24
24
## Changelog
25
25
26
+ ### Version 2.1.9 - Released 2023-09-28
27
+ * Fixed profile usage in backend order
28
+
26
29
### Version 2.1.8 - Released 2023-05-09
27
30
* Added compatibility for Magento 2.4.6 and PHP 8.2
28
31
* Added prevention mechanism for a Mage2 core vulnerability APSB22-12
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.8 " ,
5
+ "version" : " 2.1.9 " ,
6
6
"license" : " MIT" ,
7
7
8
8
"require" : {
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.8 " >
11
+ <module name =" RatePAY_Payment" setup_version =" 2.1.9 " >
12
12
<sequence >
13
13
<module name =" Magento_OfflinePayments" />
14
14
</sequence >
You can’t perform that action at this time.
0 commit comments