Version Notes
Changed API host
Download this release
Release Info
Developer | Sven Gebhardt |
Extension | Devcores_Userlike |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.1.0
app/design/frontend/default/default/template/userlike/basecode.phtml
CHANGED
@@ -10,5 +10,5 @@
|
|
10 |
?>
|
11 |
|
12 |
<?php if($this->isActive()): ?>
|
13 |
-
<script src="
|
14 |
-
<?php endif; ?>
|
10 |
?>
|
11 |
|
12 |
<?php if($this->isActive()): ?>
|
13 |
+
<script src="https://s3-eu-west-1.amazonaws.com/userlike-cdn-widgets/<?php echo $this->getSecret(); ?>.js"></script>
|
14 |
+
<?php endif; ?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Devcores_Userlike</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,11 +10,11 @@
|
|
10 |
<description>Userlike is a livechat system that helps you to assist your website visitors at those crucial moments that decide whether they become valuable customers or remain just another set of wandering visitors.
|
11 |

|
12 |
For more information, visit Userlike.com.</description>
|
13 |
-
<notes>
|
14 |
<authors><author><name>Sven Gebhardt</name><user>zakx</user><email>sven@devcores.com</email></author></authors>
|
15 |
-
<date>2012-03-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Devcores"><dir name="Userlike"><dir name="Block"><file name="Basecode.php" hash="51665115d863fd5a2657d0d008fba73d"/></dir><dir name="Helper"><file name="Data.php" hash="f647cbb5718ef336697d02b2b68a385c"/></dir><dir name="Model"><file name="Data.php" hash="f34b1febfdb36054e7eed870aeab930e"/></dir><dir name="etc"><file name="config.xml" hash="3667cff2a254a3468b2350401b6945fd"/><file name="system.xml" hash="fceb4bdf9358c3295e9278e2313ad246"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="userlike.xml" hash="bf4fd200e7ea97bdad29bfbe856a35b0"/></dir><dir name="template"><dir name="userlike"><file name="basecode.phtml" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Devcores_Userlike</name>
|
4 |
+
<version>1.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Userlike is a livechat system that helps you to assist your website visitors at those crucial moments that decide whether they become valuable customers or remain just another set of wandering visitors.
|
11 |

|
12 |
For more information, visit Userlike.com.</description>
|
13 |
+
<notes>Changed API host</notes>
|
14 |
<authors><author><name>Sven Gebhardt</name><user>zakx</user><email>sven@devcores.com</email></author></authors>
|
15 |
+
<date>2012-03-26</date>
|
16 |
+
<time>10:44:36</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Devcores"><dir name="Userlike"><dir name="Block"><file name="Basecode.php" hash="51665115d863fd5a2657d0d008fba73d"/></dir><dir name="Helper"><file name="Data.php" hash="f647cbb5718ef336697d02b2b68a385c"/></dir><dir name="Model"><file name="Data.php" hash="f34b1febfdb36054e7eed870aeab930e"/></dir><dir name="etc"><file name="config.xml" hash="3667cff2a254a3468b2350401b6945fd"/><file name="system.xml" hash="fceb4bdf9358c3295e9278e2313ad246"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="userlike.xml" hash="bf4fd200e7ea97bdad29bfbe856a35b0"/></dir><dir name="template"><dir name="userlike"><file name="basecode.phtml" hash="e20d3dfd05c3b208666a47048d0639ea"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Devcores_Userlike.xml" hash="8acffad2d487cefcdc29bce57afc61d8"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|