diff --git a/README.md b/README.md index 112b676..3cedd08 100644 --- a/README.md +++ b/README.md @@ -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 | integration@ratepay.com @@ -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 diff --git a/composer.json b/composer.json index 7b45bd1..d41ce05 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/etc/module.xml b/etc/module.xml index 39f8c3f..577522f 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -8,7 +8,7 @@ */ --> - +