Remmote_Facebookpixel - Version 1.0.5

Version Notes

Release notes:
- Upgrading installation instructions

Download this release

Release Info

Developer Remmote
Extension Remmote_Facebookpixel
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

app/code/community/Remmote/Facebookpixel/etc/config.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <Remmote_Facebookpixel>
13
- <version>1.0.4</version>
14
  </Remmote_Facebookpixel>
15
  </modules>
16
 
10
  <config>
11
  <modules>
12
  <Remmote_Facebookpixel>
13
+ <version>1.0.5</version>
14
  </Remmote_Facebookpixel>
15
  </modules>
16
 
app/code/community/Remmote/Facebookpixel/etc/system.xml CHANGED
@@ -70,9 +70,9 @@
70
  <show_in_website>1</show_in_website>
71
  <show_in_store>1</show_in_store>
72
  <comment><![CDATA[
73
- <div style="background-color: #FDFAB1; padding: 10px 0px;">
74
  <span style="font-size: 13px;">
75
- Are you planning to run Facebook Dynamic Ads or want to export your product catalog to Facebook? Check out our extension <a style="color:#ea7601; font-weight:bold;" href="https://www.magentocommerce.com/magento-connect/facebook-pixel-for-remarketing.html" target="_blank">Facebook Pixel for Remarketing </a> and get <strong>50%</strong> discount using the coupon <strong>FACEBOOKPIXEL</strong>. Make sure to uninstall this extension if you get the our PRO version.
76
  </span>
77
  </div>
78
  ]]>
70
  <show_in_website>1</show_in_website>
71
  <show_in_store>1</show_in_store>
72
  <comment><![CDATA[
73
+ <div style="padding: 10px 0px; border-bottom: 1px solid #d6d6d6; margin-bottom: 12px;">
74
  <span style="font-size: 13px;">
75
+ Do you want to export your product catalog to Facebook and run Dyamic Ads? Check out our extension <a style="color:#ea7601; font-weight:bold;" href="https://www.magentocommerce.com/magento-connect/facebook-pixel-for-remarketing.html" target="_blank">Facebook Pixel for Remarketing </a> and get <strong>20%</strong> discount using the coupon <strong>FACEBOOKPIXEL</strong>. Make sure to uninstall this extension if you get our upgraded extension.
76
  </span>
77
  </div>
78
  ]]>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Remmote_Facebookpixel</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
@@ -9,12 +9,12 @@
9
  <summary>Install Facebook Pixel Standard Events for Magento. Extension tracks standard events accurately using Magento Observers.</summary>
10
  <description>This extension install Facebook Pixel in Magento stores. All the events are tracked using Magento observers which makes the tracking more accurate than the rest of extensions.</description>
11
  <notes>Release notes:&#xD;
12
- - Including support for OneStepCheckout&#xD;
13
  </notes>
14
  <authors><author><name>Remmote</name><user>remmote</user><email>info@remmote.com</email></author></authors>
15
- <date>2017-05-11</date>
16
- <time>02:26:16</time>
17
- <contents><target name="mageetc"><dir name="modules"><file name="Remmote_Facebookpixel.xml" hash="43d40e05033b4ead5b8f65ae873bbcb1"/></dir></target><target name="magecommunity"><dir name="Remmote"><dir name="Facebookpixel"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Info.php" hash="37df708d08f3a09132e0569d97e4d517"/></dir></dir></dir></dir><file name="Code.php" hash="ce6a2e4fe5d0fe100397c36a4da0aba5"/></dir><dir name="Helper"><file name="Data.php" hash="85833786113519a5a092caeab984ccf6"/></dir><dir name="Model"><file name="Observer.php" hash="07e1686bf545a717bdd8bb6100011ce9"/></dir><dir name="etc"><file name="config.xml" hash="b3eaf1bb5c6b63d04aea86fa150b78f8"/><file name="system.xml" hash="8182eae3a1dca6be82c829f369573fe8"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="remmote_facebookpixel.xml" hash="d87afaed251f9545c9dc5213ac6533d9"/></dir><dir name="template"><dir name="remmote"><dir name="facebookpixel"><file name="code.phtml" hash="c16db6bf81bbaff7c9dc7f1879c77fe4"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="remmote"><dir name="facebookpixel"><dir name="system"><dir name="config"><dir name="fieldset"><file name="info.phtml" hash="06fdec7d58d7e33a18214d524794174a"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="remmote"><dir name="facebookpixel"><file name="logo-remmote.png" hash="d63b1e27519990f4de0628902353a186"/></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Remmote_Facebookpixel</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
9
  <summary>Install Facebook Pixel Standard Events for Magento. Extension tracks standard events accurately using Magento Observers.</summary>
10
  <description>This extension install Facebook Pixel in Magento stores. All the events are tracked using Magento observers which makes the tracking more accurate than the rest of extensions.</description>
11
  <notes>Release notes:&#xD;
12
+ - Upgrading installation instructions&#xD;
13
  </notes>
14
  <authors><author><name>Remmote</name><user>remmote</user><email>info@remmote.com</email></author></authors>
15
+ <date>2017-06-09</date>
16
+ <time>05:18:09</time>
17
+ <contents><target name="mageetc"><dir name="modules"><file name="Remmote_Facebookpixel.xml" hash="43d40e05033b4ead5b8f65ae873bbcb1"/></dir></target><target name="magecommunity"><dir name="Remmote"><dir name="Facebookpixel"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Info.php" hash="37df708d08f3a09132e0569d97e4d517"/></dir></dir></dir></dir><file name="Code.php" hash="ce6a2e4fe5d0fe100397c36a4da0aba5"/></dir><dir name="Helper"><file name="Data.php" hash="85833786113519a5a092caeab984ccf6"/></dir><dir name="Model"><file name="Observer.php" hash="07e1686bf545a717bdd8bb6100011ce9"/></dir><dir name="etc"><file name="config.xml" hash="7382a438eeb7a3fbd602f996d3ca7d53"/><file name="system.xml" hash="6f87d614d7e81fe201a4bfeaccfdcc97"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="remmote_facebookpixel.xml" hash="d87afaed251f9545c9dc5213ac6533d9"/></dir><dir name="template"><dir name="remmote"><dir name="facebookpixel"><file name="code.phtml" hash="c16db6bf81bbaff7c9dc7f1879c77fe4"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="remmote"><dir name="facebookpixel"><dir name="system"><dir name="config"><dir name="fieldset"><file name="info.phtml" hash="06fdec7d58d7e33a18214d524794174a"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="remmote"><dir name="facebookpixel"><file name="logo-remmote.png" hash="d63b1e27519990f4de0628902353a186"/></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
20
  </package>