XPRIME_GoogleRemarketing - Version 0.1.6

Version Notes

Changed the noscript tag

Download this release

Release Info

Developer Magento Core Team
Extension XPRIME_GoogleRemarketing
Version 0.1.6
Comparing to
See all releases


Code changes from version 0.1.5 to 0.1.6

app/code/community/Xprime/Remarketing/Block/Js.php CHANGED
@@ -174,10 +174,10 @@ class Xprime_Remarketing_Block_Js extends Mage_Core_Block_Template
174
  </script>
175
  <noscript>
176
  <div style="display:inline;">
177
- <img height="1" width="1" style="border-style:none;" alt="" src="'.$protocol.'://www.googleadservices.com/pagead/conversion/1011161225/?label=2T_nCN_bmwIQibGU4gM&amp;guid=ON&amp;script=0"/>
178
  </div>
179
  </noscript>
180
- <!-- END OF GOOGLE REMARKETING CODE FOR [LIST_LABEL]-->
181
  ';
182
  }
183
  }
174
  </script>
175
  <noscript>
176
  <div style="display:inline;">
177
+ <img height="1" width="1" style="border-style:none;" alt="" src="'.$protocol.'://www.googleadservices.com/pagead/conversion/'.$accountId.'/?label='.$label.'&amp;guid=ON&amp;script=0"/>
178
  </div>
179
  </noscript>
180
+ <!-- END OF GOOGLE REMARKETING CODE FOR '.$this->_conversionTitle.'-->
181
  ';
182
  }
183
  }
app/code/community/Xprime/Remarketing/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Xprime_Remarketing>
5
- <version>0.1.5</version>
6
  </Xprime_Remarketing>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Xprime_Remarketing>
5
+ <version>0.1.6</version>
6
  </Xprime_Remarketing>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>XPRIME_GoogleRemarketing</name>
4
- <version>0.1.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -16,11 +16,11 @@ This extension let you tag your store's pages with the conversion labels. You ca
16
  - a search result page on a specific query.&#xD;
17
  &#xD;
18
  Developed by the Magento team of X-PRIME GROUP (http://www.xprimegroupe.com)</description>
19
- <notes>NC</notes>
20
  <authors><author><name>X-PRIME Magento Team</name><user>auto-converted</user><email>magento@xprimegroupe.com</email></author></authors>
21
- <date>2011-05-23</date>
22
- <time>10:16:34</time>
23
- <contents><target name="magecommunity"><dir name="Xprime"><dir name="Remarketing"><dir name="Block"><dir name="Adminhtml"><dir name="Items"><dir name="Edit"><file name="Form.php" hash="b27115fa0da8c8aa5953f9fdebe3d5b0"/></dir><file name="Edit.php" hash="c27b71022c4c5c63a38635047155f958"/><file name="Grid.php" hash="43e1642516e7e2627ea72ed47d3e2ef7"/></dir><file name="Items.php" hash="d2312b7c3f07e1afaf5b4e444f9afb2e"/></dir><file name="Js.php" hash="318493c5d90f023c7b2ab2fcb841776f"/></dir><dir name="Helper"><file name="Data.php" hash="b3b841c2b258ef5157d20d5fb464e449"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Remarketing"><file name="Collection.php" hash="9f535009671aa4541ee2df6533cc6e4f"/></dir><file name="Remarketing.php" hash="ca205341c96f9da4fd97bbc26a8ff52a"/></dir><file name="Remarketing.php" hash="83fe2a136b6458aa009568509dcf65fb"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RemarketingController.php" hash="dd2b0395126d17c294d79c2abe11d304"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="1dd9707c7dcef91e49c2bce9dcb17279"/><file name="config.xml" hash="7c5458c53b52e4053ad6d1973a2feef5"/><file name="system.xml" hash="e029c5492975cb08586e5f8fb978957f"/></dir><dir name="sql"><dir name="remarketing_setup"><file name="mysql4-install-0.1.0.php" hash="5526d020af339d322a60d0f6bf05d06a"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="24e362b5107b7e49e33472b52d56adc8"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Xprime_Remarketing.xml" hash="e1767e33efe0eaabc57e9692b2e70a6e"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="remarketing.xml" hash="47afbb94f4a43e17d4c72c5030abd299"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Xprime_Remarketing.csv" hash="7980b619275aaa2eca565fca716f382b"/></dir><dir name="fr_FR"><file name="Xprime_Remarketing.csv" hash="9c7aeee4404ca28b2b84e99ad09a2bc3"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>XPRIME_GoogleRemarketing</name>
4
+ <version>0.1.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
16
  - a search result page on a specific query.&#xD;
17
  &#xD;
18
  Developed by the Magento team of X-PRIME GROUP (http://www.xprimegroupe.com)</description>
19
+ <notes>Changed the noscript tag</notes>
20
  <authors><author><name>X-PRIME Magento Team</name><user>auto-converted</user><email>magento@xprimegroupe.com</email></author></authors>
21
+ <date>2011-06-15</date>
22
+ <time>12:23:34</time>
23
+ <contents><target name="magecommunity"><dir name="Xprime"><dir name="Remarketing"><dir name="Block"><dir name="Adminhtml"><dir name="Items"><dir name="Edit"><file name="Form.php" hash="b27115fa0da8c8aa5953f9fdebe3d5b0"/></dir><file name="Edit.php" hash="c27b71022c4c5c63a38635047155f958"/><file name="Grid.php" hash="43e1642516e7e2627ea72ed47d3e2ef7"/></dir><file name="Items.php" hash="d2312b7c3f07e1afaf5b4e444f9afb2e"/></dir><file name="Js.php" hash="8297baa0da1f1aebe6e6e0da12ee39f4"/></dir><dir name="Helper"><file name="Data.php" hash="b3b841c2b258ef5157d20d5fb464e449"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Remarketing"><file name="Collection.php" hash="9f535009671aa4541ee2df6533cc6e4f"/></dir><file name="Remarketing.php" hash="ca205341c96f9da4fd97bbc26a8ff52a"/></dir><file name="Remarketing.php" hash="83fe2a136b6458aa009568509dcf65fb"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="RemarketingController.php" hash="dd2b0395126d17c294d79c2abe11d304"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="1dd9707c7dcef91e49c2bce9dcb17279"/><file name="config.xml" hash="52cce6e6def39ed34065a2d35ef1875b"/><file name="system.xml" hash="e029c5492975cb08586e5f8fb978957f"/></dir><dir name="sql"><dir name="remarketing_setup"><file name="mysql4-install-0.1.0.php" hash="5526d020af339d322a60d0f6bf05d06a"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="24e362b5107b7e49e33472b52d56adc8"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Xprime_Remarketing.xml" hash="e1767e33efe0eaabc57e9692b2e70a6e"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="remarketing.xml" hash="47afbb94f4a43e17d4c72c5030abd299"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Xprime_Remarketing.csv" hash="7980b619275aaa2eca565fca716f382b"/></dir><dir name="fr_FR"><file name="Xprime_Remarketing.csv" hash="9c7aeee4404ca28b2b84e99ad09a2bc3"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>