Version Notes
Notes
Download this release
Release Info
Developer | Tytus Gołas |
Extension | chat_tidio |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
app/code/local/Tidio/Chat/Block/Script.php
CHANGED
@@ -36,4 +36,10 @@ class Tidio_Chat_Block_Script extends Mage_Core_Block_Template
|
|
36 |
|
37 |
return $publicKey;
|
38 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
36 |
|
37 |
return $publicKey;
|
38 |
}
|
39 |
+
|
40 |
+
public function getProtocol()
|
41 |
+
{
|
42 |
+
$isSecure = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') || $_SERVER['SERVER_PORT'] == 443;
|
43 |
+
return $isSecure ? 'https' : 'http';
|
44 |
+
}
|
45 |
}
|
app/design/frontend/base/default/template/tidiochat/script.phtml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
<?php if ($this->canGenerate()): ?>
|
2 |
-
<script src="
|
3 |
<?php endif; ?>
|
1 |
<?php if ($this->canGenerate()): ?>
|
2 |
+
<script src="<?php echo $this->getProtocol() ?>://www.tidiochat.com/uploads/redirect/<?php echo $this->getPublicKey() ?>.js"></script>
|
3 |
<?php endif; ?>
|
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="05b8d87e2bda65bc7f1e9cd2a9b621d9"/></dir><file name="Script.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.5</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-09</date>
|
14 |
+
<time>07:15:09</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Tidio"><dir name="Chat"><dir name="Block"><dir name="Adminhtml"><file name="Menu.php" hash="05b8d87e2bda65bc7f1e9cd2a9b621d9"/></dir><file name="Script.php" hash="0339bde781af5fb88321881bf0a20e04"/></dir><dir name="Helper"><file name="Data.php" hash="4c45ffbb6ea2d5a043f7203842e2c079"/></dir><dir name="etc"><file name="config.xml" hash="835fc57ee214b942d59d0309eab31d1b"/><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="b2e7736cecece8d6e8aea309484ceed4"/></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>
|