formisimo_integration - Version 2.2.1

Version Notes

This is the v2.2.1 release of the Formisimo Magento extension. Please note that the extension is released under OSL however the Formisimo code is licensed under the terms at http://www.formisimo.com.

Download this release

Release Info

Developer Formisimo
Extension formisimo_integration
Version 2.2.1
Comparing to
See all releases


Code changes from version 2.2.0 to 2.2.1

app/code/community/Formisimo/Integration/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Formisimo_Integration>
5
- <version>2.2.0</version>
6
  </Formisimo_Integration>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Formisimo_Integration>
5
+ <version>2.2.1</version>
6
  </Formisimo_Integration>
7
  </modules>
8
  <global>
app/design/frontend/base/default/template/formisimo/mainblock.phtml CHANGED
@@ -1,7 +1,10 @@
 
1
  <script type="text/javascript" src="//cdn-static.formisimo.com/tracking/js/tracking.js"></script>
2
-
3
  <script type="text/javascript">
4
 
 
 
 
5
  // Define the conversion code URL
6
  var c = "//cdn-static.formisimo.com/tracking/js/conversion.js";
7
 
@@ -22,3 +25,4 @@
22
  $j("li#opc-payment button").click(function() { conversion("li#opc-payment"); }); // Payment Information
23
 
24
  </script>
 
1
+ <!-- Formisimo form analytics extension v2.2.1 -->
2
  <script type="text/javascript" src="//cdn-static.formisimo.com/tracking/js/tracking.js"></script>
 
3
  <script type="text/javascript">
4
 
5
+ // Return control of $ back to other JS libraries allowing us to use jQuery using $j
6
+ var $j = jQuery.noConflict();
7
+
8
  // Define the conversion code URL
9
  var c = "//cdn-static.formisimo.com/tracking/js/conversion.js";
10
 
25
  $j("li#opc-payment button").click(function() { conversion("li#opc-payment"); }); // Payment Information
26
 
27
  </script>
28
+ <!-- Formisimo extension end>
app/design/frontend/base/default/template/formisimo/successblock.phtml CHANGED
@@ -1 +1,3 @@
 
1
  <script type="text/javascript" src="//cdn-static.formisimo.com/tracking/js/conversion.js"></script>
 
1
+ <!-- Formisimo form analytics extension v2.2.1 -->
2
  <script type="text/javascript" src="//cdn-static.formisimo.com/tracking/js/conversion.js"></script>
3
+ <!-- Formisimo extension end>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>formisimo_integration</name>
4
- <version>2.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Formisimo is a Checkout and Form Analytics solution - this module installs the Formisimo code in to the Magento install.</summary>
10
  <description>Formisimo is a Checkout and Form Analytics solution that tracks all the interactions that users have within your forms and Magento checkout process. This module installs the Formisimo code in to the Magento install, making it even quicker to start measuring forms and improving your conversion rates.</description>
11
- <notes>This is the v2.2.0 release of the Formisimo Magento extension. Please note that the extension is released under OSL however the Formisimo code is licensed under the terms at http://www.formisimo.com.</notes>
12
  <authors><author><name>Formisimo</name><user>formisimo</user><email>al@formisimo.com</email></author><author><name>Joe Nyland</name><user>formisimo_joe</user><email>joe@formisimo.com</email></author></authors>
13
- <date>2014-11-03</date>
14
- <time>12:30:57</time>
15
- <contents><target name="magecommunity"><dir name="Formisimo"><dir name="Integration"><dir name="Block"><file name="Mainblock.php" hash="269623955520b29f1979bf797160f518"/><file name="Successblock.php" hash="db74cb90e6023d366a0c6d3fe7435c8e"/></dir><dir name="Helper"><file name="Data.php" hash="985246054298c954b706582e163f896b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="91080ad7a8445d820be3d91e757f6930"/><file name="config.xml" hash="845cc1015f87188e691df812ac0664bc"/><file name="system.xml" hash="20eb71c1ca479873e3f2f133747463bb"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="formisimo.xml" hash="d3dffd4ebdf837e9bde4c9be3a70635b"/></dir><dir name="template"><dir name="formisimo"><file name="mainblock.phtml" hash="31cb16ad9aaeecd5492bb0a968b49e6c"/><file name="successblock.phtml" hash="5c1873ab2477e2e14bad48d7af5287d6"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Formisimo_Integration.xml" hash="8e3d8bac2926d2fd4c006116133754e1"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>formisimo_integration</name>
4
+ <version>2.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Formisimo is a Checkout and Form Analytics solution - this module installs the Formisimo code in to the Magento install.</summary>
10
  <description>Formisimo is a Checkout and Form Analytics solution that tracks all the interactions that users have within your forms and Magento checkout process. This module installs the Formisimo code in to the Magento install, making it even quicker to start measuring forms and improving your conversion rates.</description>
11
+ <notes>This is the v2.2.1 release of the Formisimo Magento extension. Please note that the extension is released under OSL however the Formisimo code is licensed under the terms at http://www.formisimo.com.</notes>
12
  <authors><author><name>Formisimo</name><user>formisimo</user><email>al@formisimo.com</email></author><author><name>Joe Nyland</name><user>formisimo_joe</user><email>joe@formisimo.com</email></author></authors>
13
+ <date>2014-11-04</date>
14
+ <time>11:25:56</time>
15
+ <contents><target name="magecommunity"><dir name="Formisimo"><dir name="Integration"><dir name="Block"><file name="Mainblock.php" hash="269623955520b29f1979bf797160f518"/><file name="Successblock.php" hash="db74cb90e6023d366a0c6d3fe7435c8e"/></dir><dir name="Helper"><file name="Data.php" hash="985246054298c954b706582e163f896b"/></dir><dir name="etc"><file name="adminhtml.xml" hash="91080ad7a8445d820be3d91e757f6930"/><file name="config.xml" hash="8eb1deb312b5d8a002b7a755955d93b8"/><file name="system.xml" hash="20eb71c1ca479873e3f2f133747463bb"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="formisimo.xml" hash="d3dffd4ebdf837e9bde4c9be3a70635b"/></dir><dir name="template"><dir name="formisimo"><file name="mainblock.phtml" hash="1c38a74b63d8b4c73a71e7f10c362400"/><file name="successblock.phtml" hash="42b59a671a6c74317befa4b6bf757715"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Formisimo_Integration.xml" hash="8e3d8bac2926d2fd4c006116133754e1"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>