From c6d2f506254a153a3b83741249d46f290a7fcf36 Mon Sep 17 00:00:00 2001 From: "piotr.karszny" Date: Wed, 9 Oct 2024 11:36:39 +0200 Subject: [PATCH] chore: update version to 1.7.0 --- CHANGELOG.md | 7 +++++-- README.md | 6 +++--- composer.json | 2 +- etc/module.xml | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1ac38c..72784cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,17 @@ | Author | `Nets eCom` | | Prefix | `EASY-M2` | | Shop Version | `2.4+` | -| Version | `1.6.13` | +| Version | `1.7.0` | | Guide | https://tech.nets.eu/magento | | Github | https://github.com/Nets-eCom/Magento2_easy | ## CHANGELOG +### Version 1.7.0 - Released - 2024-10-09 +- Fix: store address lines as string + ### Version 1.7.0-beta - Released - 2024-08-28 -- Update: added possibility to send billing and shipping adderss in payload +- Update: added possibility to send billing and shipping address in payload - Update: updated commercePlatformTag ### Version 1.6.13 - Released - 2024-08-28 diff --git a/README.md b/README.md index eb87ed74..04892413 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Author | `Nets eCom` | | Prefix | `EASY-M2` | | Shop Version | `2.4+` | -| Version | `1.6.13` | +| Version | `1.7.0` | | 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.13.zip. +1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.7.0.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.13.zip. +1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.7.0.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 6292dfb4..f6c56416 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nexi-checkout/magento2", "description": "Nets Easy Checkout", "type": "magento2-module", - "version": "1.7.0-beta", + "version": "1.7.0", "license" : "MIT", "require": { "php": "~7.4 | ~8.0 | ~8.1 | ~8.2" diff --git a/etc/module.xml b/etc/module.xml index ce29d600..dfa05eca 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +