Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release notes:
==============

2.0.16
-------
Comment on lines +4 to +5

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing date in the changelog entry. Version releases should include the release date for better tracking and reference.

2.0.16 (2024-01-XX)
-------

* Fix
* Security patches
* Web behavior commands cart and purchase price handling
* Avoid order duplication during order sync
Comment on lines +4 to +9

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry lacks proper formatting and detail. Each fix item should be more descriptive and follow a consistent format.

2.0.16
-------
* Fix
  * Applied security patches to address vulnerabilities
  * Fixed web behavior commands for cart and purchase price handling
  * Prevented order duplication during order synchronization process


2.0.15
-------
* New
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">7.0.1"
},
"type": "magento2-module",
"version": "2.0.15",
"version": "2.0.16",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="Emartech_Emarsys" setup_version="2.0.15">
<module name="Emartech_Emarsys" setup_version="2.0.16">
<sequence>
<module name="Magento_Catalog" />
<module name="Magento_Inventory" />
Expand Down