Version Notes
Notes
Download this release
Release Info
Developer | Tytus Gołas |
Extension | chat_tidio |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/local/Tidio/Chat/Block/Adminhtml/Menu.php
CHANGED
@@ -25,7 +25,7 @@ class Tidio_Chat_Block_Adminhtml_Menu extends Mage_Adminhtml_Block_Page_Menu
|
|
25 |
$config->saveConfig(self::XML_PATH_EXTENSION_PRIVATE_KEY, $privateKey);
|
26 |
}
|
27 |
|
28 |
-
$extEnabled = (int) Mage::getStoreConfig(self::XML_PATH_EXTENSION_ENABLED);
|
29 |
if ($extEnabled && ($privateKey != '')) {
|
30 |
$chatUrl = "'http://external.tidiochat.com/access?privateKey=$privateKey'";
|
31 |
$parentArr['tidio_chat'] = array(
|
25 |
$config->saveConfig(self::XML_PATH_EXTENSION_PRIVATE_KEY, $privateKey);
|
26 |
}
|
27 |
|
28 |
+
$extEnabled = true;//(int) Mage::getStoreConfig(self::XML_PATH_EXTENSION_ENABLED);
|
29 |
if ($extEnabled && ($privateKey != '')) {
|
30 |
$chatUrl = "'http://external.tidiochat.com/access?privateKey=$privateKey'";
|
31 |
$parentArr['tidio_chat'] = array(
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>chat_tidio</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU G eneral Public License ( GPL )</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Description </description>
|
11 |
<notes>Notes </notes>
|
12 |
<authors><author><name>Tytus Gołas</name><user>tytustytus</user><email>tytus@tidio.net</email></author></authors>
|
13 |
-
<date>2014-09-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Tidio"><dir name="Chat"><dir name="Block"><dir name="Adminhtml"><file name="Menu.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>chat_tidio</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU G eneral Public License ( GPL )</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Description </description>
|
11 |
<notes>Notes </notes>
|
12 |
<authors><author><name>Tytus Gołas</name><user>tytustytus</user><email>tytus@tidio.net</email></author></authors>
|
13 |
+
<date>2014-09-08</date>
|
14 |
+
<time>08:20:16</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Tidio"><dir name="Chat"><dir name="Block"><dir name="Adminhtml"><file name="Menu.php" hash="5421d8ac0ae37604f67267bbe4b736be"/></dir><file name="Script.php" hash="4807b8dcd76f35a5b9d59aa8a7521d26"/></dir><dir name="Helper"><file name="Data.php" hash="4c45ffbb6ea2d5a043f7203842e2c079"/></dir><dir name="etc"><file name="config.xml" hash="6565d22bb62b4af5b903004907a5a1f3"/><file name="system.xml" hash="ae343f9c2378f7e99252f8fb57b5f6a0"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tidio_Chat.xml" hash="9788abdf12bd16ab9f6a83a908a05d31"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="tidio_chat.xml" hash="d969c4490a190e2127fd8e7caa5bf294"/></dir><dir name="template"><dir name="tidiochat"><file name="script.phtml" hash="b02b8e0f7bd476473eee0a0453f3491b"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|