Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
blopa committed Mar 25, 2018
1 parent 0c6163f commit 5fe321b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down
6 changes: 3 additions & 3 deletions Magento2/app/code/Werules/Chatbot/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<group id="general" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="10" translate="label comment tooltip">
<label>General Settings</label>
<comment><![CDATA[
<h3>Magento Chatbot v1.0.6</h3>
<h3>Magento Chatbot v1.0.7</h3>
<p>To use this module you'll have to use SSL in your store.</p>
]]></comment>
<field id="enable" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="1" translate="label comment tooltip" type="select">
Expand Down Expand Up @@ -67,7 +67,7 @@
<group id="general" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="10" translate="label comment tooltip">
<label>Messenger Settings</label>
<comment><![CDATA[
<h3>Magento Chatbot v1.0.6</h3>
<h3>Magento Chatbot v1.0.7</h3>
<p>To use this module you'll have to use SSL in your store.</p>
]]></comment>
<field id="enable" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="1" translate="label comment tooltip" type="select">
Expand Down Expand Up @@ -240,7 +240,7 @@
<group id="general" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="10" translate="label comment tooltip">
<label>Danger Zone</label>
<comment><![CDATA[
<h3>Magento Chatbot v1.0.6</h3>
<h3>Magento Chatbot v1.0.7</h3>
<p>To use this module you'll have to use SSL in your store.</p>
<p style='color: red;'><b>You should only change settings here if you know what you're doing.</b></p>
<div class='message-system-inner' id='werules_scheduled_clearing' style='display: none; border-width: 0.1rem; padding: 0 1.5rem 0 3rem;'>
Expand Down
2 changes: 1 addition & 1 deletion Magento2/app/code/Werules/Chatbot/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="Werules_Chatbot" setup_version="1.0.6" schema_version="1.0.6"/>
<module name="Werules_Chatbot" setup_version="1.0.7" schema_version="1.0.7"/>
</config>

0 comments on commit 5fe321b

Please sign in to comment.