Skip to content

Commit

Permalink
Updated version to 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Slawomir Rostek committed Aug 28, 2024
1 parent dfeb3d9 commit 82e7f54
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.11` |
| Version | `1.6.13` |
| Guide | https://tech.nets.eu/magento |
| Github | https://github.com/Nets-eCom/Magento2_easy |

## CHANGELOG

### Version 1.6.13 - Released - 2024-08-28
Fix: Order reference send on payment.checkout.completed if on create order call failed
Fix: Move the code for sending email to proper webhook classes
Fix: Added changes to csp_whitelist for CSP restricted mode on checkout page for embedded

### Version 1.6.11 - Released - 2024-05-28
- Fix: Prevent order duplication for same payment ID

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.11` |
| Version | `1.6.13` |
| 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.11.zip.
1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.13.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.11.zip.
1. Download the latest Nets Easy module from GitHub: https://github.com/Nets-eCom/Magento2_easy/archive/refs/tags/1.6.13.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.11",
"version": "1.6.13",
"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.11">
<module name="Dibs_EasyCheckout" setup_version="1.6.13">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit 82e7f54

Please sign in to comment.