Version Notes
- 1.3.0: change design package from default to base
- Version 1.2.0: - add color swatches in configuration page to get the correct color for the window, give back configuration for theme of the window, fix the donation button. Please donate now :-)
- Version 1.1.1: comment/remove in the layout xml file the option which force some display options. Add some Zopim changes.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Diglin_Chat |
Version | 1.3.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.3.0
app/code/community/Diglin/Chat/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Diglin_Chat>
|
5 |
-
<version>1.
|
6 |
</Diglin_Chat>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Diglin_Chat>
|
5 |
+
<version>1.3.0</version>
|
6 |
</Diglin_Chat>
|
7 |
</modules>
|
8 |
|
app/code/community/Diglin/Chat/etc/system.xml
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
<show_in_default>1</show_in_default>
|
32 |
<show_in_website>1</show_in_website>
|
33 |
<show_in_store>1</show_in_store>
|
34 |
-
<comment><![CDATA[<a href="
|
35 |
<fields>
|
36 |
<enabled>
|
37 |
<label>Enabled</label>
|
31 |
<show_in_default>1</show_in_default>
|
32 |
<show_in_website>1</show_in_website>
|
33 |
<show_in_store>1</show_in_store>
|
34 |
+
<comment><![CDATA[<a href="http://bit.ly/Z84KEE" target="_blank" title="Go to Zopim Website">Sign Up to Zopim to get a key</a>]]></comment>
|
35 |
<fields>
|
36 |
<enabled>
|
37 |
<label>Enabled</label>
|
app/design/frontend/{default → base}/default/layout/chat.xml
RENAMED
File without changes
|
app/design/frontend/{default → base}/default/template/chat/chat.phtml
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Diglin_Chat</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -31,12 +31,13 @@ Documentation
|
|
31 |

|
32 |
Just configure the key of your account in Menu System > Configuration > Rissip > Zopim Chat
|
33 |
To find this key, go into the Zopim Dashboard then click on Setting and find the link "Embed widget on my site". In the area where the html code is generated, you can find after //zopim.com/?xyzbufoisfgsigsgdgjbsk. Copy the text after the question mark to the Magento configuration field for the "Key of your account".</description>
|
34 |
-
<notes>-
|
|
|
35 |
- Version 1.1.1: comment/remove in the layout xml file the option which force some display options. Add some Zopim changes.</notes>
|
36 |
<authors><author><name>diglin</name><user>auto-converted</user><email>sly@diglin.com</email></author></authors>
|
37 |
-
<date>
|
38 |
-
<time>
|
39 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Diglin_Chat.xml" hash="7da9e2d5c52eba04adf5e83fcab1a28b"/></dir></target><target name="magecommunity"><dir name="Diglin"><dir name="Chat"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Source"><file name="Color.php" hash="2492de6399fc72cf16eeabfbb70abc3d"/><file name="Heading.php" hash="973aa753b6e5a2f7b3f4f9bd373443a0"/><file name="Hint.php" hash="838916b4a78521660d33a6fe6092e44d"/></dir></dir></dir><file name="Dashboard.php" hash="e3e49025228a949e0e358e4de837e730"/><file name="Display.php" hash="fd0551a09aef4f9f68b3eaba77287cb0"/></dir><dir name="Helper"><file name="Data.php" hash="a69c5b641cda5359336b2789de303be0"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Language.php" hash="9bcf4fd61e453c758eae2375f6b8dad4"/><file name="Position.php" hash="2918270c00d87c849abb999411974c2e"/><file name="Showorhide.php" hash="4765fe0a49708ddc4655e91f5c414f34"/><file name="Themes.php" hash="265edcf8737874c636eca01c76330440"/></dir></dir></dir><dir name="controllers"><file name="AdminController.php" hash="709b74e4e2404a6c2583f582f05bc8d5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2eb2c12f1d61310a579d171fdbd0646c"/><file name="config.xml" hash="
|
40 |
<compatible/>
|
41 |
<dependencies/>
|
42 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Diglin_Chat</name>
|
4 |
+
<version>1.3.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
31 |

|
32 |
Just configure the key of your account in Menu System > Configuration > Rissip > Zopim Chat
|
33 |
To find this key, go into the Zopim Dashboard then click on Setting and find the link "Embed widget on my site". In the area where the html code is generated, you can find after //zopim.com/?xyzbufoisfgsigsgdgjbsk. Copy the text after the question mark to the Magento configuration field for the "Key of your account".</description>
|
34 |
+
<notes>- 1.3.0: change design package from default to base
|
35 |
+
- Version 1.2.0: - add color swatches in configuration page to get the correct color for the window, give back configuration for theme of the window, fix the donation button. Please donate now :-)
|
36 |
- Version 1.1.1: comment/remove in the layout xml file the option which force some display options. Add some Zopim changes.</notes>
|
37 |
<authors><author><name>diglin</name><user>auto-converted</user><email>sly@diglin.com</email></author></authors>
|
38 |
+
<date>2013-05-24</date>
|
39 |
+
<time>21:14:01</time>
|
40 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Diglin_Chat.xml" hash="7da9e2d5c52eba04adf5e83fcab1a28b"/></dir></target><target name="magecommunity"><dir name="Diglin"><dir name="Chat"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Source"><file name="Color.php" hash="2492de6399fc72cf16eeabfbb70abc3d"/><file name="Heading.php" hash="973aa753b6e5a2f7b3f4f9bd373443a0"/><file name="Hint.php" hash="838916b4a78521660d33a6fe6092e44d"/></dir></dir></dir><file name="Dashboard.php" hash="e3e49025228a949e0e358e4de837e730"/><file name="Display.php" hash="fd0551a09aef4f9f68b3eaba77287cb0"/></dir><dir name="Helper"><file name="Data.php" hash="a69c5b641cda5359336b2789de303be0"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Language.php" hash="9bcf4fd61e453c758eae2375f6b8dad4"/><file name="Position.php" hash="2918270c00d87c849abb999411974c2e"/><file name="Showorhide.php" hash="4765fe0a49708ddc4655e91f5c414f34"/><file name="Themes.php" hash="265edcf8737874c636eca01c76330440"/></dir></dir></dir><dir name="controllers"><file name="AdminController.php" hash="709b74e4e2404a6c2583f582f05bc8d5"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2eb2c12f1d61310a579d171fdbd0646c"/><file name="config.xml" hash="0e7c2e3eb7e17b2e3b25115f5a226efc"/><file name="system.xml" hash="47adc6deb76ea3e8124a8616c661b0e0"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="chat.xml" hash="94dd132f4ee8e3dd27ebf007c3ba50e2"/></dir><dir name="template"><dir name="chat"><file name="chat.phtml" hash="5717c353a6c50a61201af1f8d7762231"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="chat"><file name="colors.txt" hash="b4360a22dffad673efb4a76b1c5019e3"/><file name="colorselectbg.gif" hash="cf3df3ae5225ff25d69617d72bd9a380"/><file name="themes.txt" hash="cc4d0a0152ef5b8ca2a27d045fac5116"/></dir></target></contents>
|
41 |
<compatible/>
|
42 |
<dependencies/>
|
43 |
</package>
|