Version Notes
- enable / disable support
- tag placement support for before head end, after body start, before body end
- 1 or multiple ids
Download this release
Release Info
Developer | Matthew Parke |
Extension | Pinterest_Tag |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +4 -4
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Pinterest_Tag</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -11,9 +11,9 @@
|
|
11 |
<notes> - enable / disable support
|
12 |
- tag placement support for before head end, after body start, before body end
|
13 |
- 1 or multiple ids</notes>
|
14 |
-
<authors><author><name>Matthew Parke</name><user>MAG003281797</user><email>
|
15 |
-
<date>2016-01-
|
16 |
-
<time>
|
17 |
<contents><target name="magecommunity"><dir name="EngageCommerce"><dir name="Pinterest"><dir name="Helper"><file name="Data.php" hash="0e82db74df7692897b336507438f06cd"/></dir><dir name="Model"><file name="LoadOrder.php" hash="7c90095a760e2e6da43d58ce5d083b6a"/></dir><dir name="etc"><file name="adminhtml.xml" hash="781ecd90132ee54d4e746cf06f8f2202"/><file name="config.xml" hash="9cfc44d52a240f02412d8b644e11410e"/><file name="system.xml" hash="ad51a26cd083c6e3adc3cc928e32da50"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="engagecommerce_pinterest.xml" hash="4092fe01599b628b66f269baa626bf48"/></dir><dir name="template"><dir name="EngageCommerce"><dir name="Pinterest"><file name="pinterest_pixel.phtml" hash="98e2668dda70e4f84c16484f0e47da8a"/><file name="pixel_after_body_start.phtml" hash="b1e93bfd5a63fb33a71356512e4ae835"/><file name="pixel_before_body_end.phtml" hash="f29e0b776119bbc8261ae3bb70d5e0d6"/><file name="pixel_before_head_end.phtml" hash="4080ff5e15d0788f7f4e493f04895036"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="EngageCommerce_Pinterest.xml" hash="a269af6563f9d5e088e0a013c62e624c"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Pinterest_Tag</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
11 |
<notes> - enable / disable support
|
12 |
- tag placement support for before head end, after body start, before body end
|
13 |
- 1 or multiple ids</notes>
|
14 |
+
<authors><author><name>Matthew Parke</name><user>MAG003281797</user><email>development@engagecommerce.io</email></author></authors>
|
15 |
+
<date>2016-01-23</date>
|
16 |
+
<time>01:23:54</time>
|
17 |
<contents><target name="magecommunity"><dir name="EngageCommerce"><dir name="Pinterest"><dir name="Helper"><file name="Data.php" hash="0e82db74df7692897b336507438f06cd"/></dir><dir name="Model"><file name="LoadOrder.php" hash="7c90095a760e2e6da43d58ce5d083b6a"/></dir><dir name="etc"><file name="adminhtml.xml" hash="781ecd90132ee54d4e746cf06f8f2202"/><file name="config.xml" hash="9cfc44d52a240f02412d8b644e11410e"/><file name="system.xml" hash="ad51a26cd083c6e3adc3cc928e32da50"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="engagecommerce_pinterest.xml" hash="4092fe01599b628b66f269baa626bf48"/></dir><dir name="template"><dir name="EngageCommerce"><dir name="Pinterest"><file name="pinterest_pixel.phtml" hash="98e2668dda70e4f84c16484f0e47da8a"/><file name="pixel_after_body_start.phtml" hash="b1e93bfd5a63fb33a71356512e4ae835"/><file name="pixel_before_body_end.phtml" hash="f29e0b776119bbc8261ae3bb70d5e0d6"/><file name="pixel_before_head_end.phtml" hash="4080ff5e15d0788f7f4e493f04895036"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="EngageCommerce_Pinterest.xml" hash="a269af6563f9d5e088e0a013c62e624c"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|