Version Notes
No notes
Download this release
Release Info
Developer | Yireo |
Extension | yireo_googletagmanager |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
app/code/community/Yireo/GoogleTagManager/etc/config.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<config>
|
13 |
<modules>
|
14 |
<Yireo_GoogleTagManager>
|
15 |
-
<version>1.2.
|
16 |
</Yireo_GoogleTagManager>
|
17 |
</modules>
|
18 |
|
12 |
<config>
|
13 |
<modules>
|
14 |
<Yireo_GoogleTagManager>
|
15 |
+
<version>1.2.1</version>
|
16 |
</Yireo_GoogleTagManager>
|
17 |
</modules>
|
18 |
|
app/code/community/Yireo/GoogleTagManager/etc/system.xml
CHANGED
@@ -11,6 +11,12 @@
|
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
<sections>
|
15 |
<googletagmanager translate="label" module="googletagmanager">
|
16 |
<label>Google Tag Manager</label>
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
+
<tabs>
|
15 |
+
<yireo translate="label" module="googletagmanager">
|
16 |
+
<label>Yireo</label>
|
17 |
+
<sort_order>900</sort_order>
|
18 |
+
</yireo>
|
19 |
+
</tabs>
|
20 |
<sections>
|
21 |
<googletagmanager translate="label" module="googletagmanager">
|
22 |
<label>Google Tag Manager</label>
|
package.xml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>yireo_googletagmanager</name><version>1.2.
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>yireo_googletagmanager</name><version>1.2.1</version><stability>stable</stability><license>Open Source License</license><channel>community</channel><extends></extends><summary>No summary</summary><description>No description</description><notes>No notes</notes><authors><author><name>Yireo</name><user>yireo</user><email>info@yireo.com</email></author></authors><date>2014-12-19</date><time>5:13:33</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Yireo_GoogleTagManager.xml" hash="90f31b076dbc2f5c293c1b61147743ab"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="googletagmanager"><file name="category.phtml" hash="f7ee56063c1c9a55efbef399fd9eef14"/><file name="custom.phtml" hash="2b4ae99a074d314241a1ba7127661c04"/><file name="default.phtml" hash="471f6c6ccf72490adfde5aabe3ed72cc"/><file name="order.phtml" hash="7b2bb2e17cb2bfe969dfcaab617939eb"/><file name="product.phtml" hash="05d781df115908853880ff6b428db662"/><file name="quote.phtml" hash="22f4ddc024af5b9ca4cf6ce0f2078b16"/></dir></dir><dir name="layout"><file name="googletagmanager.xml" hash="39c33332f6dcb06f071404de47e92916"/></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Yireo"><dir name="GoogleTagManager"><dir name="etc"><file name="config.xml" hash="e03dbb85ffe7f87890bc3d5b1d0c270a"/><file name="system.xml" hash="007e4f1bd4147fde7cd6b58c2ce6de51"/></dir><dir name="Model"><file name="Container.php" hash="7c32435338aeffedf502f9feeec625d3"/><file name="Observer.php" hash="62e60763d8d1c137065559cfb32bf4f8"/></dir><dir name="Helper"><file name="Data.php" hash="9dad07bf3707312866d173960fc2da9e"/></dir><dir name="Block"><file name="Category.php" hash="921b14604f8647c40847b01f14976ff0"/><file name="Custom.php" hash="20ac881a1e52a65c85bdfa31d15b1e35"/><file name="Default.php" hash="f94c1bc57e2f469b635c2d437b2e4281"/><file name="Order.php" hash="2f3911e31a9bd3bc2117efae13f821f5"/><file name="Product.php" hash="718f68a35ee7ae9126b6d271cf82edb7"/><file name="Quote.php" hash="eb71d7981c9403a468b0eba694e537b1"/><file name="Script.php" hash="70bf97540663c7b5c070159ad0659a2d"/></dir></dir></dir></dir></dir></dir></target></contents></package>
|