diff --git a/composer.json b/composer.json index af2ae118f78bb71ca2dbd391aca0e622b14e8a36..59cf09565e34e2ef150f611b3df551a82726ece1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "bobgo/bobgo-magento-extension", "description": "Smart shipping and order management solution in South Africa", "type": "magento2-module", - "version": "1.0.37", + "version": "1.0.38", "authors": [ { "name": "Bob Go", diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index a834ac260fed8116456f94f65ffb44210a42ce9e..03d77876036cd97ffb817ff3211d9a31767af471 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -33,7 +33,7 @@ <field id="enable_webhooks" translate="label" type="select" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="0"> <label>Enable webhooks</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> - <comment>When enabled, webhooks will be sent to Bob Go to notify about order creation and updates, ensuring real-time synchronization between your store and Bob Go.</comment> + <comment>When this setting is enabled, webhooks will be sent to Bob Go to notify about order creation and updates, ensuring real-time synchronization between your store and Bob Go.</comment> </field> <!-- Webhook Key Input Field --> diff --git a/etc/module.xml b/etc/module.xml index d49e765ba4d9cb554d910fc4510dd310ac31cdeb..b6cd4131ae48775733221b2417199ac29dc8dbf4 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -7,7 +7,7 @@ */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> - <module name="BobGroup_BobGo" setup_version="1.0.37"> + <module name="BobGroup_BobGo" setup_version="1.0.38"> <sequence> <module name="Magento_Webapi"/> <module name="Magento_Catalog"/> diff --git a/package.json b/package.json index bb5346081614d049d4b469f0a660432cf0888c31..0b6984b7075ec3a3de7c0432fed16ca36434cbdd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bobgo-magento-plugin", "description": "Bob Go magento plugin", - "version": "1.0.37", + "version": "1.0.38", "license": "GPL-2.0-or-later", "scripts": { "prepare": "husky install",