Version Notes
* Bug Fixes
Download this release
Release Info
Developer | Unbeatable.com |
Extension | unbeatablechat |
Version | 0.3.2 |
Comparing to | |
See all releases |
Code changes from version 0.3.1 to 0.3.2
app/code/community/Unbeatable/Chat/Block/Footer.php
CHANGED
@@ -11,6 +11,6 @@ class Unbeatable_Chat_Block_Footer extends Mage_Core_Block_Template
|
|
11 |
}
|
12 |
|
13 |
public function getApiKey() {
|
14 |
-
return Mage::getStoreConfig(self::
|
15 |
}
|
16 |
-
}
|
11 |
}
|
12 |
|
13 |
public function getApiKey() {
|
14 |
+
return Mage::getStoreConfig(self::XML_PATH_CHAT_API_KEY, Mage::app()->getStore());
|
15 |
}
|
16 |
+
}
|
app/design/frontend/base/default/layout/unbeatable.xml
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<layout>
|
3 |
-
<default>
|
4 |
-
<reference name="before_body_end">
|
5 |
-
<block type="unbeatablechat/footer"
|
6 |
-
name="unbeatable_layout_footer"
|
7 |
-
template="unbeatable/footer.phtml" />
|
8 |
-
</reference>
|
9 |
-
</default>
|
10 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/etc/modules/Unbeatable_Chat.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Unbeatable_Chat>
|
5 |
-
<active>true</active>
|
6 |
-
<codePool>community</codePool>
|
7 |
-
</Unbeatable_Chat>
|
8 |
-
</modules>
|
9 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>unbeatablechat</name>
|
4 |
-
<version>0.3.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Unbeatable Chat Integration</summary>
|
10 |
<description>Unbeatable Chat Integration</description>
|
11 |
-
<notes>*
|
12 |
-
* Refactored Widget JS to use new UnbeatableReady function.</notes>
|
13 |
<authors><author><name>Unbeatable.com</name><user>Unbetable</user><email>support@unbeatable.com</email></author></authors>
|
14 |
-
<date>2016-06-
|
15 |
-
<time>
|
16 |
-
<contents><target name="magecommunity"><dir name="Unbeatable"><dir name="Chat"><dir name="Block"><file name="Footer.php" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.0.0</min><max>7.0.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>unbeatablechat</name>
|
4 |
+
<version>0.3.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Unbeatable Chat Integration</summary>
|
10 |
<description>Unbeatable Chat Integration</description>
|
11 |
+
<notes>* Bug Fixes</notes>
|
|
|
12 |
<authors><author><name>Unbeatable.com</name><user>Unbetable</user><email>support@unbeatable.com</email></author></authors>
|
13 |
+
<date>2016-06-20</date>
|
14 |
+
<time>13:47:49</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Unbeatable"><dir name="Chat"><dir name="Block"><file name="Footer.php" hash="a09b0d3472f932130bee9cee0f3375ad"/></dir><dir name="Helper"><file name="Data.php" hash="5dc27553cd25eea2dfa12b38386f05a4"/></dir><dir name="Model"><file name="Observer.php" hash="c19a8efa9855b590037bc16244b47ec9"/></dir><dir name="controllers"><file name="CartController.php" hash="b2f0199f7bdf8508ac1cb15e85209a14"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1b249d797ac91b8a8f71455185e2cdf8"/><file name="config.xml" hash="092c11ad2303e2500155c65ed8150faa"/><file name="system.xml" hash="b38091e7eccc589055806fc2f5e034b2"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Unbeatable_Chat.xml" hash=""/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="unbeatable"><file name="footer.phtml" hash="e40fbe6a8c795090dfa5a5bb04626fb2"/></dir></dir><dir name="layout"><file name="unbeatable.xml" hash=""/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>7.0.0</max></php></required></dependencies>
|
18 |
</package>
|