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 | Facebook_Pixel_Retargeting |
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>Facebook_Pixel_Retargeting</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="Facebook"><dir name="Helper"><file name="Data.php" hash="158b2fc989ce14874a367efc4ca1230c"/></dir><dir name="Model"><file name="LoadOrder.php" hash="f13667abcb7829b17ba60a0a79bc09a7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2eab2caba7f4d10f9ee00b0fd632c9f1"/><file name="config.xml" hash="4087bd41311f8166542051ef27b297d6"/><file name="system.xml" hash="4e0c7e732bf0345ddf3bbd11ef15904d"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="engagecommerce_facebook.xml" hash="544cfb5d875aac62daf2e038b125af02"/></dir><dir name="template"><dir name="EngageCommerce"><dir name="Facebook"><file name="facebook_pixel.phtml" hash="4cd885aefe7b17e4209494980f4174f0"/><file name="pixel_after_body_start.phtml" hash="bc736c6b035c00eaa67609909e803391"/><file name="pixel_before_body_end.phtml" hash="fcc01acfb82b6e1c137210fd4e73fb9c"/><file name="pixel_before_head_end.phtml" hash="115a6847c258f68e732679027ffbdba3"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="EngageCommerce_Facebook.xml" hash="9d8e8cf5a3be72c943eb70d5d49283cb"/></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>Facebook_Pixel_Retargeting</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>00:57:49</time>
|
17 |
<contents><target name="magecommunity"><dir name="EngageCommerce"><dir name="Facebook"><dir name="Helper"><file name="Data.php" hash="158b2fc989ce14874a367efc4ca1230c"/></dir><dir name="Model"><file name="LoadOrder.php" hash="f13667abcb7829b17ba60a0a79bc09a7"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2eab2caba7f4d10f9ee00b0fd632c9f1"/><file name="config.xml" hash="4087bd41311f8166542051ef27b297d6"/><file name="system.xml" hash="4e0c7e732bf0345ddf3bbd11ef15904d"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="engagecommerce_facebook.xml" hash="544cfb5d875aac62daf2e038b125af02"/></dir><dir name="template"><dir name="EngageCommerce"><dir name="Facebook"><file name="facebook_pixel.phtml" hash="4cd885aefe7b17e4209494980f4174f0"/><file name="pixel_after_body_start.phtml" hash="bc736c6b035c00eaa67609909e803391"/><file name="pixel_before_body_end.phtml" hash="fcc01acfb82b6e1c137210fd4e73fb9c"/><file name="pixel_before_head_end.phtml" hash="115a6847c258f68e732679027ffbdba3"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="EngageCommerce_Facebook.xml" hash="9d8e8cf5a3be72c943eb70d5d49283cb"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|