CSupport_LiveChatPlugin - Version 1.0.1

Version Notes

Minor patch release correcting reference names

Download this release

Release Info

Developer Magento Core Team
Extension CSupport_LiveChatPlugin
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/local/CSupport/LiveChatPlugin/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <CSupport_LiveChatPlugin>
5
- <version>1.0.0</version>
6
  </CSupport_LiveChatPlugin>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <CSupport_LiveChatPlugin>
5
+ <version>1.0.1</version>
6
  </CSupport_LiveChatPlugin>
7
  </modules>
8
  <global>
app/design/frontend/default/default/layout/CSupport_LiveChatPlugin.xml CHANGED
@@ -1,8 +1,8 @@
1
  <?xml version="1.0"?>
2
- <layout version="1.0.0">
3
  <default>
4
  <reference name="before_body_end">
5
- <block type="core/template" name="csupport.livechatplugin" as="cSupportLiveChatPlugin" template="cSupport/LiveChatPlugin/livechat.phtml"/>
6
  </reference>
7
  </default>
8
  </layout>
1
  <?xml version="1.0"?>
2
+ <layout version="1.0.1">
3
  <default>
4
  <reference name="before_body_end">
5
+ <block type="core/template" name="csupport.livechatplugin" as="CSupportLiveChatPlugin" template="CSupport/LiveChatPlugin/livechat.phtml"/>
6
  </reference>
7
  </default>
8
  </layout>
app/etc/modules/CSupport_LiveChatPlugin.xml CHANGED
@@ -1,9 +1,9 @@
1
  <?xml version="1.0"?>
2
  <config>
3
  <modules>
4
- <cSupport_LiveChatPlugin>
5
- <active>true</active>
6
- <codePool>local</codePool>
7
- </cSupport_LiveChatPlugin>
8
  </modules>
9
  </config>
1
  <?xml version="1.0"?>
2
  <config>
3
  <modules>
4
+ <CSupport_LiveChatPlugin>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ </CSupport_LiveChatPlugin>
8
  </modules>
9
  </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CSupport_LiveChatPlugin</name>
4
- <version>1.0.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>
@@ -23,11 +23,11 @@ cSupport Live Chat features include:&#xD;
23
  * Complete chat history available for visitors and for the website administrator&#xD;
24
  * Localized into English, Dansk, Espa&#xF1;ol, &#x420;&#x43E;&#x441;&#x441;&#x438;&#x44F;, Portugu&#xE9;s (Brasil), &#x10C;esk&#xFD;, and many more.&#xD;
25
  * The live chat service is provided by csupporthq.com. See &lt;a href="https://www.csupporthq.com/"&gt;https://www.csupporthq.com/&lt;/a&gt; for a full list of features.</description>
26
- <notes>Final first version</notes>
27
  <authors><author><name>cSupport Team</name><user>auto-converted</user><email>contact@csupporthq.com</email></author></authors>
28
- <date>2012-01-03</date>
29
- <time>19:00:18</time>
30
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="CSupport"><dir name="LiveChatPlugin"><file name="livechat.phtml" hash="a505cfcab4692db274bdda002e8676e0"/></dir></dir></dir><dir name="layout"><file name="CSupport_LiveChatPlugin.xml" hash="99de803098fee3fb397e1d07db5b463e"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="CSupport"><dir name="LiveChatPlugin"><dir name="Helper"><file name="Data.php" hash="00957354badb30b551067f8b446da0bc"/></dir><dir name="Model"><file name="Position.php" hash="7336c26c22506618e223a1fb6e971732"/><file name="Types.php" hash="6bc93a9dcf3884fa2a8242a26a59c81c"/></dir><dir name="etc"><file name="config.xml" hash="68d5a98800987688f8a8b0683bc69eab"/><file name="system.xml" hash="f4c52388cf39120b668c89a0d41bbd53"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CSupport_LiveChatPlugin.xml" hash="8442f65b18e4e49ee88b747e5231912a"/></dir></target></contents>
31
  <compatible/>
32
  <dependencies/>
33
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>CSupport_LiveChatPlugin</name>
4
+ <version>1.0.1</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>
23
  * Complete chat history available for visitors and for the website administrator&#xD;
24
  * Localized into English, Dansk, Espa&#xF1;ol, &#x420;&#x43E;&#x441;&#x441;&#x438;&#x44F;, Portugu&#xE9;s (Brasil), &#x10C;esk&#xFD;, and many more.&#xD;
25
  * The live chat service is provided by csupporthq.com. See &lt;a href="https://www.csupporthq.com/"&gt;https://www.csupporthq.com/&lt;/a&gt; for a full list of features.</description>
26
+ <notes>Minor patch release correcting reference names</notes>
27
  <authors><author><name>cSupport Team</name><user>auto-converted</user><email>contact@csupporthq.com</email></author></authors>
28
+ <date>2012-05-25</date>
29
+ <time>18:02:52</time>
30
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="CSupport"><dir name="LiveChatPlugin"><file name="livechat.phtml" hash="a505cfcab4692db274bdda002e8676e0"/></dir></dir></dir><dir name="layout"><file name="CSupport_LiveChatPlugin.xml" hash="59bde749649bcb69c82f3df4dda5619f"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="CSupport"><dir name="LiveChatPlugin"><dir name="Helper"><file name="Data.php" hash="00957354badb30b551067f8b446da0bc"/></dir><dir name="Model"><file name="Position.php" hash="7336c26c22506618e223a1fb6e971732"/><file name="Types.php" hash="6bc93a9dcf3884fa2a8242a26a59c81c"/></dir><dir name="etc"><file name="config.xml" hash="5f5605d734b7388e0b394d8c79c8a6c8"/><file name="system.xml" hash="f4c52388cf39120b668c89a0d41bbd53"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CSupport_LiveChatPlugin.xml" hash="1d9efc6b2d8db7423611c8baa6cab5a5"/></dir></target></contents>
31
  <compatible/>
32
  <dependencies/>
33
  </package>