diff --git a/README.md b/README.md index 0997fab..e09cbbd 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.8` +|Module-Version | `2.1.9` |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.9 - Released 2023-09-28 +* Fixed profile usage in backend order + ### Version 2.1.8 - Released 2023-05-09 * Added compatibility for Magento 2.4.6 and PHP 8.2 * Added prevention mechanism for a Mage2 core vulnerability APSB22-12 diff --git a/composer.json b/composer.json index 0b28c16..0610109 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.8", + "version": "2.1.9", "license": "MIT", "require": { diff --git a/etc/module.xml b/etc/module.xml index 3593f6b..1510eca 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -8,7 +8,7 @@ */ --> - +