Skip to content

Commit

Permalink
Module version upgrade (#62)
Browse files Browse the repository at this point in the history
* EC-995 #comment stock status fix

* EC-995-2 #comment Store field in Configuration and its conditionds

* Extension version upgrade for release
  • Loading branch information
sonikasi22 authored Nov 20, 2024
1 parent 68cb489 commit 5c8202b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/code/Ometria/AbandonedCarts/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Ometria_AbandonedCarts" setup_version="2.6.7"/>
<module name="Ometria_AbandonedCarts" setup_version="2.6.8"/>
</config>
2 changes: 1 addition & 1 deletion app/code/Ometria/Api/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Ometria_Api" setup_version="2.6.7"/>
<module name="Ometria_Api" setup_version="2.6.8"/>
</config>
2 changes: 1 addition & 1 deletion app/code/Ometria/Core/etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Ometria_Core" setup_version="2.6.7"/>
<module name="Ometria_Core" setup_version="2.6.8"/>
</config>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ometria/magento2",
"type": "magento2-module",
"version": "2.6.7",
"version": "2.6.8",
"description": "Dev composer package for Ometria Extension",
"authors": [
{
Expand Down

0 comments on commit 5c8202b

Please sign in to comment.