Skip to content

Commit aed8174

Browse files
committed
Prepared new release 2.1.14
1 parent dae928e commit aed8174

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

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

2424
## Changelog
2525

26+
### Version 2.1.14 - Released 2024-10-22
27+
* Fixed a CSP problem with the device fingerprint javascript
28+
* Fixed a problem with remote address detection for servers behind a proxy
29+
2630
### Version 2.1.13 - Released 2024-10-02
2731
* Transmit basket items with 4 decimal places where needed to limit rounding problems in certain situations
2832

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

0 commit comments

Comments
 (0)