Version Notes
This is the v2.0.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.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
app/code/local/Formisimo/Integration/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Formisimo_Integration>
|
5 |
-
<version>2.0.
|
6 |
</Formisimo_Integration>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Formisimo_Integration>
|
5 |
+
<version>2.0.1</version>
|
6 |
</Formisimo_Integration>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>formisimo_integration</name>
|
4 |
-
<version>2.0.
|
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.0.
|
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-10-
|
14 |
-
<time>10:
|
15 |
-
<contents><target name="magelocal"><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="
|
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.0.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.0.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-10-27</date>
|
14 |
+
<time>10:26:23</time>
|
15 |
+
<contents><target name="magelocal"><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="17c0215483f441bfe0f4e964214595d9"/><file name="system.xml" hash="20eb71c1ca479873e3f2f133747463bb"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="formisimo.xml" hash="d3dffd4ebdf837e9bde4c9be3a70635b"/></dir><dir name="template"><dir name="formisimo"><file name="mainblock.phtml" hash="76fcdc6eb1f37baa270ef5c1bbe4aae4"/><file name="successblock.phtml" hash="5c1873ab2477e2e14bad48d7af5287d6"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Formisimo_Integration.xml" hash="4734e5264c82e7a92ac08b8f8b1db9d3"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|