Skip to content

Commit

Permalink
chore: update version to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Slawomir Rostek committed Feb 1, 2024
1 parent 62ffe44 commit 97e820e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.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` |
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.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
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.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.

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.6.6",
"version": "1.6.7",
"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.6.6">
<module name="Dibs_EasyCheckout" setup_version="1.6.7">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit 97e820e

Please sign in to comment.