Skip to content

Commit

Permalink
update version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Slawomir Rostek committed Oct 12, 2023
1 parent d6dbcc4 commit 2dcc8b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@
|Author | `Nets eCom`
|Prefix | `EASY-M2`
|Shop Version | `2.4+`
|Version | `1.6.3`
|Version | `1.6.4`
|Guide | https://tech.nets.eu/magento
|Github | https://github.com/Nets-eCom/Magento2_easy

## CHANGELOG

### Version 1.6.4 - Released - 2023-10-12
* Update: Items in shopping basket.
* Fix: Mismatch in orders/amounts when updating cart after created payment.
* Update: On embedded flow with a an order creation before the payment.
* Update: PHP 8.2 deprecation.

### Version 1.6.3 - Released - 2023-09-11
* Update : Create order after payment is created (redirect flow)

Expand Down
2 changes: 1 addition & 1 deletion 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.3`
|Version | `1.6.4`
|Documentation Guide | https://developers.nets.eu/nets-easy/en-EU/docs/nets-easy-for-magento/nets-easy-for-magento-magento-2/
|Github | https://github.com/Nets-eCom/Magento2_easy
|License | `MIT License`
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": "nets/easycheckout",
"description": "Nets Easy Checkout",
"type": "magento2-module",
"version": "1.6.3",
"version": "1.6.4",
"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.3">
<module name="Dibs_EasyCheckout" setup_version="1.6.4">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 2dcc8b9

Please sign in to comment.