diff --git a/CHANGELOG.md b/CHANGELOG.md index a367d30..f3184c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,17 @@ | Author | `Nets eCom` | | Prefix | `EASY-M2` | | Shop Version | `2.4+` | -| Version | `1.6.6` | +| Version | `1.6.7` | | Guide | https://tech.nets.eu/magento | | Github | https://github.com/Nets-eCom/Magento2_easy | ## CHANGELOG +### Version 1.6.7 - Released - 2024-02-01 +* Update: Create order on click Pay button (embedded flow) +* Fix: PHP 8.2 deprecation. +* Fix: Wrong country codes found in Magento 2 plugin + ### Version 1.6.6 - Released - 2023-11-08 * Update: Improved naming of plugin configuration fields in the admin panel. * Update: Repository added to Packagist. diff --git a/README.md b/README.md index 2b15733..6accac1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Author | `Nets eCom` | | Prefix | `EASY-M2` | | Shop Version | `2.4+` | -| Version | `1.6.6` | +| Version | `1.6.7` | | Documentation Guide | https://developer.nexigroup.com/nexi-checkout/en-EU/docs/checkout-for-magento/checkout-for-magento-magento-2/ | | Github | https://github.com/Nets-eCom/Magento2_easy | | License | `MIT License` | @@ -16,7 +16,7 @@ ### Download / Installation * Method 1 -1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.6.zip. +1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.7.zip. 2. Unzip the file and upload the content to your Magento site via FTP, into the directory /app/code/Dibs/EasyCheckout. Please create the folder /Dibs/EasyCheckout first time you install the plugin. * Method 2 @@ -41,7 +41,7 @@ Enable the Nets Easy module in Magento by running the following commands: - Method 1 (FTP): If you installed plugin via FTP, you can update the module by following these steps: -1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.6.zip. +1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.7.zip. 2. Remove contents of /app/code/Dibs/EasyCheckout directory. 3. Unzip the downloaded file and upload the content into the directory /app/code/Dibs/EasyCheckout. diff --git a/composer.json b/composer.json index 3f4deec..ee7b243 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nexi-checkout/magento2", "description": "Nets Easy Checkout", "type": "magento2-module", - "version": "1.6.6", + "version": "1.6.7", "require": { "php": "~7.4 | ~8.0 | ~8.1 | ~8.2" }, diff --git a/etc/module.xml b/etc/module.xml index 2136fbc..a7a1fd9 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +