Skip to content

Commit eda00ea

Browse files
committed
chore: Release 1.6.9
1 parent 4deea73 commit eda00ea

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
| Author | `Nets eCom` |
77
| Prefix | `EASY-M2` |
88
| Shop Version | `2.4+` |
9-
| Version | `1.6.8` |
9+
| Version | `1.6.9` |
1010
| Guide | https://tech.nets.eu/magento |
1111
| Github | https://github.com/Nets-eCom/Magento2_easy |
1212

1313
## CHANGELOG
1414

15+
### Version 1.6.9 - Released - 2024-03-04
16+
* Fix: Plugin incompatible with PHP 7.4.
17+
1518
### Version 1.6.8 - Released - 2024-02-14
1619
* Fix: Order ID was not updated after reservation in some cases.
1720

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Author | `Nets eCom` |
77
| Prefix | `EASY-M2` |
88
| Shop Version | `2.4+` |
9-
| Version | `1.6.8` |
9+
| Version | `1.6.9` |
1010
| Documentation Guide | https://developer.nexigroup.com/nexi-checkout/en-EU/docs/checkout-for-magento/checkout-for-magento-magento-2/ |
1111
| Github | https://github.com/Nets-eCom/Magento2_easy |
1212
| License | `MIT License` |
@@ -16,7 +16,7 @@
1616
### Download / Installation
1717

1818
* Method 1
19-
1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.8.zip.
19+
1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.9.zip.
2020
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.
2121

2222
* Method 2
@@ -41,7 +41,7 @@ Enable the Nets Easy module in Magento by running the following commands:
4141
- Method 1 (FTP):
4242

4343
If you installed plugin via FTP, you can update the module by following these steps:
44-
1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.8.zip.
44+
1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.9.zip.
4545
2. Remove contents of /app/code/Dibs/EasyCheckout directory.
4646
3. Unzip the downloaded file and upload the content into the directory /app/code/Dibs/EasyCheckout.
4747

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nexi-checkout/magento2",
33
"description": "Nets Easy Checkout",
44
"type": "magento2-module",
5-
"version": "1.6.8",
5+
"version": "1.6.9",
66
"require": {
77
"php": "~7.4 | ~8.0 | ~8.1 | ~8.2"
88
},

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Dibs_EasyCheckout" setup_version="1.6.8">
3+
<module name="Dibs_EasyCheckout" setup_version="1.6.9">
44
<sequence>
55
<module name="Magento_Checkout"/>
66
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)