Skip to content

Commit

Permalink
feat(release): Creating new version 2.0.6 IA-770 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamás Perencz <tamas.perencz@itgcommerce.com>
Co-authored-by: Nikolay Dimitrov <nikolay.dimitrov@sap.com>
  • Loading branch information
3 people authored Mar 7, 2023
1 parent 82abffd commit 54a0b98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
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.5",
"version": "2.0.6",
"autoload": {
"files": [
"registration.php"
Expand Down
4 changes: 2 additions & 2 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Update the version in `composer.json` on **master branch**
"magento/framework": "*"
},
"type": "magento2-module",
"version": "1.1.3",
"version": "2.0.5",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand All @@ -156,7 +156,7 @@ Update the version in `etc/module.xml`:
<?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="1.1.3">
<module name="Emartech_Emarsys" setup_version="2.0.5">
<sequence>
<module name="Magento_Sales" />
</sequence>
Expand Down
3 changes: 2 additions & 1 deletion etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<resource id="Emartech_Emarsys::api_system" title="System information API" sortOrder="70"/>
<resource id="Emartech_Emarsys::api_orders" title="Order API" sortOrder="80"/>
<resource id="Emartech_Emarsys::api_refunds" title="Refund API" sortOrder="90"/>
<resource id="Emartech_Emarsys::api_inventory" title="Inventory API" sortOrder="100"/>
</resource>
</resource>
</resources>
</acl>
</config>
</config>
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.5">
<module name="Emartech_Emarsys" setup_version="2.0.6">
<sequence>
<module name="Magento_Sales" />
</sequence>
Expand Down

0 comments on commit 54a0b98

Please sign in to comment.