From 127b8912786df897b96bdd5770b0961eb1792db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=C3=A9=20Wilke?= <francewilke@gmail.com> Date: Wed, 23 Apr 2025 10:12:17 +0200 Subject: [PATCH] ADHOC :: Wording change --- composer.json | 2 +- etc/adminhtml/system.xml | 2 +- etc/module.xml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index af2ae11..59cf095 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 a834ac2..03d7787 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 d49e765..b6cd413 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 bb53460..0b6984b 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", -- GitLab