Skip to content

Commit

Permalink
M2-140 - Prepared new release 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
FatchipRobert committed Oct 25, 2024
1 parent d56b03f commit 8e96135
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.14`
|Module-Version | `2.1.15`
|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.15 - Released 2024-10-25
* Fixed problem with missing device fingerprint after denial by API

### Version 2.1.14 - Released 2024-10-22
* Fixed a CSP problem with the device fingerprint javascript
* Fixed a problem with remote address detection for servers behind a proxy
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.14",
"version": "2.1.15",
"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.14">
<module name="RatePAY_Payment" setup_version="2.1.15">
<sequence>
<module name="Magento_OfflinePayments"/>
</sequence>
Expand Down

0 comments on commit 8e96135

Please sign in to comment.