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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blopa committed Jan 6, 2018
1 parent 24475a1 commit 54b8e5e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Magento2/app/code/Werules/Chatbot/Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function upgrade(
ModuleContextInterface $context
) {
$setup->startSetup();
if (version_compare($context->getVersion(), "1.0.5", "<")) {
if (version_compare($context->getVersion(), "1.0.6", "<")) {
//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.5</h3>
<h3>Magento Chatbot v1.0.6</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.5</h3>
<h3>Magento Chatbot v1.0.6</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.5</h3>
<h3>Magento Chatbot v1.0.6</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.5" schema_version="1.0.5"/>
<module name="Werules_Chatbot" setup_version="1.0.6" schema_version="1.0.6"/>
</config>
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ Go to **System > General Settings > Chatbot Settings**

## Release Notes
### Magento2
- **v1.0.6:**
- Update license
- Fix issue [#142](https://github.com/blopa/Magento-Chatbot/issues/142)
- **v1.0.5:**
- Add Promotional Messages
- Add Messenger Chatbox
Expand Down

0 comments on commit 54b8e5e

Please sign in to comment.