Version Notes
Version 1.0.6
* Moved javascript from content to before_body_end
Build Date: August 15, 2016
Download this release
Release Info
Developer | Numerno |
Extension | Numerno_Visilabs |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
app/code/local/Numerno/Visilabs/etc/config.xml
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
<config>
|
31 |
<modules>
|
32 |
<Numerno_Visilabs>
|
33 |
-
<version>1.0.
|
34 |
</Numerno_Visilabs>
|
35 |
</modules>
|
36 |
<global>
|
30 |
<config>
|
31 |
<modules>
|
32 |
<Numerno_Visilabs>
|
33 |
+
<version>1.0.6</version>
|
34 |
</Numerno_Visilabs>
|
35 |
</modules>
|
36 |
<global>
|
app/design/frontend/base/default/layout/visilabs.xml
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
|
30 |
<layout version="1.0.0">
|
31 |
<default>
|
32 |
-
<reference name="
|
33 |
<block type="visilabs/tagging" name="visilabs.tagging" template="visilabs/tagging.phtml" />
|
34 |
</reference>
|
35 |
</default>
|
29 |
|
30 |
<layout version="1.0.0">
|
31 |
<default>
|
32 |
+
<reference name="before_body_end" after="-">
|
33 |
<block type="visilabs/tagging" name="visilabs.tagging" template="visilabs/tagging.phtml" />
|
34 |
</reference>
|
35 |
</default>
|
package.xml
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Numerno_Visilabs</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://numerno.com/licenses/visilabs-ce.txt">NUMERNO VISILABS MAGENTO EXTENSION</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Tagging Module for Visilabs omni-channel automation platform.</summary>
|
10 |
<description>This extension allows you to easily tag your Magento pages according to Visilabs platform requirements.</description>
|
11 |
-
<notes>Version 1.0.
|
12 |
-
*
|
13 |

|
14 |
-
Build Date:
|
15 |
<authors><author><name>Numerno</name><user>muhammedv</user><email>muhammedv@gmail.com</email></author></authors>
|
16 |
-
<date>2016-
|
17 |
-
<time>
|
18 |
-
<contents><target name="magelocal"><dir><dir name="Numerno"><dir name="Visilabs"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Abstract.php" hash="4c7af53a079e5a663260be0ff0b1fabf"/><file name="Cart.php" hash="c1b1b0d80370601b550e55e1ca22f6f5"/><file name="Customer.php" hash="0c7bf34b5e8a8d572f83c7c0cd0545f9"/><file name="Order.php" hash="97efbfbb11117e59f6ef6004ff1ea066"/><file name="Product.php" hash="9d966d841aff07bc98cb2438a7795b10"/><dir name="Renderer"><file name="CountOut.php" hash="b1e433796749f88188e0cae2e3db0083"/><file name="CustomerAttributes.php" hash="dfc5b1b6dd9f1093ddb431ee97e2bf10"/><file name="OrderAttributes.php" hash="dfdc51d04d1e2861723e19791ee81b11"/><file name="QuoteAttributes.php" hash="1ca59ce2b0c2dfd3081cabf1e3564e75"/><file name="VisibleProductAttributes.php" hash="ebfafb525facd60d2c39021971f50f88"/></dir></dir></dir></dir></dir></dir><file name="Tagging.php" hash="90096d129c3a37840b396fcf6a90c502"/></dir><dir name="Helper"><file name="Data.php" hash="4e3a3b1664fa5f01a568520fbe9077f4"/></dir><dir name="Model"><file name="Observer.php" hash="6f4203a1a89fe1c7cbf4cf6a29ee60da"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Attributes.php" hash="d4a86eca48669ab204e2712d6179ecd1"/><file name="Cache.php" hash="c3ae9f8f9a91338467450e3320697cb4"/></dir><dir name="Source"><file name="Attribute.php" hash="f0203b551b4d7a0d73b65384b1b0febe"/><file name="Cid.php" hash="0411e4fbc8ecadb39c5b46466074f57f"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c10ee6da116442d8d92a323ef6b8c880"/><file name="config.xml" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.3.0</min><max>6.9.9</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Numerno_Visilabs</name>
|
4 |
+
<version>1.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://numerno.com/licenses/visilabs-ce.txt">NUMERNO VISILABS MAGENTO EXTENSION</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Tagging Module for Visilabs omni-channel automation platform.</summary>
|
10 |
<description>This extension allows you to easily tag your Magento pages according to Visilabs platform requirements.</description>
|
11 |
+
<notes>Version 1.0.6
|
12 |
+
* Moved javascript from content to before_body_end
|
13 |

|
14 |
+
Build Date: August 15, 2016</notes>
|
15 |
<authors><author><name>Numerno</name><user>muhammedv</user><email>muhammedv@gmail.com</email></author></authors>
|
16 |
+
<date>2016-08-15</date>
|
17 |
+
<time>13:02:10</time>
|
18 |
+
<contents><target name="magelocal"><dir><dir name="Numerno"><dir name="Visilabs"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Abstract.php" hash="4c7af53a079e5a663260be0ff0b1fabf"/><file name="Cart.php" hash="c1b1b0d80370601b550e55e1ca22f6f5"/><file name="Customer.php" hash="0c7bf34b5e8a8d572f83c7c0cd0545f9"/><file name="Order.php" hash="97efbfbb11117e59f6ef6004ff1ea066"/><file name="Product.php" hash="9d966d841aff07bc98cb2438a7795b10"/><dir name="Renderer"><file name="CountOut.php" hash="b1e433796749f88188e0cae2e3db0083"/><file name="CustomerAttributes.php" hash="dfc5b1b6dd9f1093ddb431ee97e2bf10"/><file name="OrderAttributes.php" hash="dfdc51d04d1e2861723e19791ee81b11"/><file name="QuoteAttributes.php" hash="1ca59ce2b0c2dfd3081cabf1e3564e75"/><file name="VisibleProductAttributes.php" hash="ebfafb525facd60d2c39021971f50f88"/></dir></dir></dir></dir></dir></dir><file name="Tagging.php" hash="90096d129c3a37840b396fcf6a90c502"/></dir><dir name="Helper"><file name="Data.php" hash="4e3a3b1664fa5f01a568520fbe9077f4"/></dir><dir name="Model"><file name="Observer.php" hash="6f4203a1a89fe1c7cbf4cf6a29ee60da"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Attributes.php" hash="d4a86eca48669ab204e2712d6179ecd1"/><file name="Cache.php" hash="c3ae9f8f9a91338467450e3320697cb4"/></dir><dir name="Source"><file name="Attribute.php" hash="f0203b551b4d7a0d73b65384b1b0febe"/><file name="Cid.php" hash="0411e4fbc8ecadb39c5b46466074f57f"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c10ee6da116442d8d92a323ef6b8c880"/><file name="config.xml" hash="b5a71f500264bd2474bfabbe9ee7f2de"/><file name="system.xml" hash="0f11b888cb8fd5039cf93d9e93b505d7"/></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Numerno_Visilabs.xml" hash="1a6ac3a5313df928ab1baef32b0ba1b6"/></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="visilabs.xml" hash="ad9b6531324e762869cd73d936d598b3"/></dir><dir name="template"><dir name="visilabs"><file name="tagging.phtml" hash="1be4a84522f4e96c7fcd699f4bba94f4"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="visilabs"><file name="visilabs_logo.png" hash="8710ce7d462e1772c7fefc3804a7786c"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="tr_TR"><file name="Numerno_Visilabs.csv" hash="efa9d20b0edbd6e8dcc4484964eaffd8"/></dir><dir name="en_US"><file name="Numerno_Visilabs.csv" hash="3081b2d2964679759d366cdbecb0a323"/></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.3.0</min><max>6.9.9</max></php></required></dependencies>
|
21 |
</package>
|