diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ffbd7..ec7098a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,17 @@ |Author | `Nets eCom` |Prefix | `EASY-M2` |Shop Version | `2.4+` -|Version | `1.6.4` +|Version | `1.6.5` |Guide | https://tech.nets.eu/magento |Github | https://github.com/Nets-eCom/Magento2_easy ## CHANGELOG +### Version 1.6.5 - Released - 2023-10-19 +* Update: allow to configure how order items are sent to the API +* Fix: invoice order on payment.charge.created.v2 event (autocharge) + + ### Version 1.6.4 - Released - 2023-10-12 * Update: Items in shopping basket. * Fix: Mismatch in orders/amounts when updating cart after created payment. diff --git a/README.md b/README.md index 92d7eb3..f46e8db 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ |Author | `Nets eCom` |Prefix | `EASY-M2` |Shop Version | `2.4+` -|Version | `1.6.4` +|Version | `1.6.5` |Documentation Guide | https://developers.nets.eu/nets-easy/en-EU/docs/nets-easy-for-magento/nets-easy-for-magento-magento-2/ |Github | https://github.com/Nets-eCom/Magento2_easy |License | `MIT License` diff --git a/composer.json b/composer.json index 812e9eb..4519eb3 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nets/easycheckout", "description": "Nets Easy Checkout", "type": "magento2-module", - "version": "1.6.4", + "version": "1.6.5", "require": { "php": "~7.4 | ~8.0 | ~8.1 | ~8.2" },