Skip to content

Commit

Permalink
chore: update version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-nexigroup committed Oct 9, 2024
1 parent 47deefa commit c6d2f50
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dibs_EasyCheckout" setup_version="1.7.0-beta">
<module name="Dibs_EasyCheckout" setup_version="1.7.0">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit c6d2f50

Please sign in to comment.