cadence_pinterest - Version 2.0.1

Version Notes

Added support for new Pinterest Tag javascript implementation, events supported: addToCart, checkout

Download this release

Release Info

Developer Cadence Labs
Extension cadence_pinterest
Version 2.0.1
Comparing to
See all releases


Code changes from version 2.0.0 to 2.0.1

app/code/community/Cadence/Pinterest/etc/system.xml CHANGED
@@ -44,7 +44,7 @@
44
  </fields>
45
  </visitor>
46
  <conversion translate="label">
47
- <label>Conversion Event (Optional)</label>
48
  <show_in_default>1</show_in_default>
49
  <show_in_website>1</show_in_website>
50
  <show_in_store>1</show_in_store>
@@ -58,7 +58,7 @@
58
  <show_in_default>1</show_in_default>
59
  <show_in_website>1</show_in_website>
60
  <show_in_store>1</show_in_store>
61
- <comment>The base tag must be enabled to track conversions. Includes parameters for grand total, quantity ordered, and currency.</comment>
62
  </enabled>
63
  </fields>
64
  </conversion>
@@ -77,7 +77,7 @@
77
  <show_in_default>1</show_in_default>
78
  <show_in_website>1</show_in_website>
79
  <show_in_store>1</show_in_store>
80
- <comment>The base tag must be enabled to track AddToCart. Includes parameters for product subtotal, quantity added, and currency.</comment>
81
  </enabled>
82
  </fields>
83
  </add_to_cart>
44
  </fields>
45
  </visitor>
46
  <conversion translate="label">
47
+ <label>Checkout Event (Optional)</label>
48
  <show_in_default>1</show_in_default>
49
  <show_in_website>1</show_in_website>
50
  <show_in_store>1</show_in_store>
58
  <show_in_default>1</show_in_default>
59
  <show_in_website>1</show_in_website>
60
  <show_in_store>1</show_in_store>
61
+ <comment>The base tag must be enabled to track Checkouts. Includes parameters for grand total, quantity ordered, and currency. Also tracks the individual items purchased.</comment>
62
  </enabled>
63
  </fields>
64
  </conversion>
77
  <show_in_default>1</show_in_default>
78
  <show_in_website>1</show_in_website>
79
  <show_in_store>1</show_in_store>
80
+ <comment>The base tag must be enabled to track AddToCart. Includes parameters for product subtotal, quantity added, and currency. Also tracks the individual items added.</comment>
81
  </enabled>
82
  </fields>
83
  </add_to_cart>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>cadence_pinterest</name>
4
- <version>2.0.0</version>
5
  <stability>stable</stability>
6
  <license>GNU GPL</license>
7
  <channel>community</channel>
@@ -22,9 +22,9 @@
22
  &lt;p&gt;&lt;a href="http://www.cadence-labs.com/" title="Cadence Labs"&gt;Cadence Labs&lt;/a&gt; is a digital design, software development, and Magento agency based in Boulder, Colorado. Our developers are Magento certified eCommerce geeks!&lt;/p&gt;</description>
23
  <notes>Added support for new Pinterest Tag javascript implementation, events supported: addToCart, checkout</notes>
24
  <authors><author><name>Cadence Labs</name><user>cadencelabs</user><email>alan@cadence-labs.com</email></author></authors>
25
- <date>2017-07-18</date>
26
- <time>22:58:48</time>
27
- <contents><target name="magecommunity"><dir name="Cadence"><dir name="Pinterest"><dir name="Helper"><file name="Data.php" hash="14d312759fcac6d8698d7b0896eba7d8"/></dir><dir name="Model"><file name="Observer.php" hash="67020552b997f0add7aad51a1c9424fe"/><file name="Session.php" hash="9d3ce8bb971fb9b7cfa375a7f45ed13a"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8a6e311f8ef36556d905501eeff33480"/><file name="config.xml" hash="cf84bc50432330dd3b2569a3c6525c01"/><file name="system.xml" hash="2dda0b9ea42e5a044bc0dfa40885cbaa"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cadence_Pinterest.xml" hash="9d220294781c37382bc941547b346618"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cadence_pinterest.xml" hash="91c4c6dcfe4d40f48a41fa6611fc45ad"/></dir><dir name="template"><dir name="cadence"><dir name="pinterest"><file name="conversion.phtml" hash="5eb7d67a31c4b74ac48949cec0a450d0"/><file name="events.phtml" hash="bc90c17ba88b16bfc61bd10f245151a9"/><file name="visitor.phtml" hash="15ce51a2586ca1ae13e61585d669fce4"/></dir></dir></dir></dir></dir></dir></target></contents>
28
  <compatible/>
29
  <dependencies><required><php><min>5.2.0</min><max>7.1.9</max></php></required></dependencies>
30
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>cadence_pinterest</name>
4
+ <version>2.0.1</version>
5
  <stability>stable</stability>
6
  <license>GNU GPL</license>
7
  <channel>community</channel>
22
  &lt;p&gt;&lt;a href="http://www.cadence-labs.com/" title="Cadence Labs"&gt;Cadence Labs&lt;/a&gt; is a digital design, software development, and Magento agency based in Boulder, Colorado. Our developers are Magento certified eCommerce geeks!&lt;/p&gt;</description>
23
  <notes>Added support for new Pinterest Tag javascript implementation, events supported: addToCart, checkout</notes>
24
  <authors><author><name>Cadence Labs</name><user>cadencelabs</user><email>alan@cadence-labs.com</email></author></authors>
25
+ <date>2017-07-20</date>
26
+ <time>21:13:18</time>
27
+ <contents><target name="magecommunity"><dir name="Cadence"><dir name="Pinterest"><dir name="Helper"><file name="Data.php" hash="14d312759fcac6d8698d7b0896eba7d8"/></dir><dir name="Model"><file name="Observer.php" hash="67020552b997f0add7aad51a1c9424fe"/><file name="Session.php" hash="9d3ce8bb971fb9b7cfa375a7f45ed13a"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8a6e311f8ef36556d905501eeff33480"/><file name="config.xml" hash="cf84bc50432330dd3b2569a3c6525c01"/><file name="system.xml" hash="f7221c4f8516a46fabde6a6126d8a285"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cadence_Pinterest.xml" hash="9d220294781c37382bc941547b346618"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cadence_pinterest.xml" hash="91c4c6dcfe4d40f48a41fa6611fc45ad"/></dir><dir name="template"><dir name="cadence"><dir name="pinterest"><file name="conversion.phtml" hash="5eb7d67a31c4b74ac48949cec0a450d0"/><file name="events.phtml" hash="bc90c17ba88b16bfc61bd10f245151a9"/><file name="visitor.phtml" hash="15ce51a2586ca1ae13e61585d669fce4"/></dir></dir></dir></dir></dir></dir></target></contents>
28
  <compatible/>
29
  <dependencies><required><php><min>5.2.0</min><max>7.1.9</max></php></required></dependencies>
30
  </package>