diff --git a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php index fce0691..b0685fb 100644 --- a/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php +++ b/Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php @@ -34,8 +34,8 @@ public function upgrade( ModuleContextInterface $context ) { $setup->startSetup(); - if (version_compare($context->getVersion(), "1.0.6", "<")) { - //Your upgrade script + if (version_compare($context->getVersion(), "1.0.7", "<")) { + //Your upgrade script } $setup->endSetup(); } diff --git a/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml b/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml index 0971fa2..1c87f94 100644 --- a/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml +++ b/Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml @@ -11,7 +11,7 @@ Magento Chatbot v1.0.6 +

Magento Chatbot v1.0.7

To use this module you'll have to use SSL in your store.

]]>
@@ -67,7 +67,7 @@ Magento Chatbot v1.0.6 +

Magento Chatbot v1.0.7

To use this module you'll have to use SSL in your store.

]]>
@@ -240,7 +240,7 @@ Magento Chatbot v1.0.6 +

Magento Chatbot v1.0.7

To use this module you'll have to use SSL in your store.

You should only change settings here if you know what you're doing.