Version Notes
This is the stable version of Conversions On Demand.
Download this release
Release Info
Developer | Dan Theirl |
Extension | Exclusiveconcepts_Conversionsondemand |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.1.1
- app/code/community/Conversionsondemand/Conversions360/Block/Code.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Block/Identifier.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Block/Multishipping/Success.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Block/Success.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Helper/Data.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Model/Config/Source/Edition.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Model/Container/Code.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Model/Container/Identifier.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/Model/Observer.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/controllers/IndexController.php +0 -0
- app/code/community/Conversionsondemand/Conversions360/etc/cache.xml +0 -0
- app/code/community/Conversionsondemand/Conversions360/etc/config.xml +1 -1
- app/code/community/Conversionsondemand/Conversions360/etc/system.xml +1 -1
- app/design/frontend/base/default/layout/conversionsondemand/conversions360/conversions360.xml +0 -0
- app/design/frontend/base/default/template/conversionsondemand/conversions360/code.phtml +0 -0
- app/design/frontend/base/default/template/conversionsondemand/conversions360/success.phtml +0 -0
- app/etc/modules/Conversionsondemand_Conversions360.xml +0 -0
- package.xml +5 -5
app/code/community/Conversionsondemand/Conversions360/Block/Code.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Block/Identifier.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Block/Multishipping/Success.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Block/Success.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Model/Config/Source/Edition.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Model/Container/Code.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Model/Container/Identifier.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/Model/Observer.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/controllers/IndexController.php
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/etc/cache.xml
CHANGED
File without changes
|
app/code/community/Conversionsondemand/Conversions360/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
<Conversionsondemand_Conversions360>
|
4 |
-
<version>1.
|
5 |
</Conversionsondemand_Conversions360>
|
6 |
</modules>
|
7 |
<global>
|
1 |
<config>
|
2 |
<modules>
|
3 |
<Conversionsondemand_Conversions360>
|
4 |
+
<version>1.1.0</version>
|
5 |
</Conversionsondemand_Conversions360>
|
6 |
</modules>
|
7 |
<global>
|
app/code/community/Conversionsondemand/Conversions360/etc/system.xml
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
</identifier>
|
47 |
<enabled translate="label comment">
|
48 |
<label>Enabled</label>
|
49 |
-
<comment><![CDATA[Choose
|
50 |
<frontend_type>select</frontend_type>
|
51 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
52 |
<sort_order>3</sort_order>
|
46 |
</identifier>
|
47 |
<enabled translate="label comment">
|
48 |
<label>Enabled</label>
|
49 |
+
<comment><![CDATA[Choose "yes" after you have completed signing up for <a href="https://www.conversionsondemand.com/signup.php">Conversions on Demand</a> and received your welcome email with the store identifier.]]></comment>
|
50 |
<frontend_type>select</frontend_type>
|
51 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
52 |
<sort_order>3</sort_order>
|
app/design/frontend/base/default/layout/conversionsondemand/conversions360/conversions360.xml
CHANGED
File without changes
|
app/design/frontend/base/default/template/conversionsondemand/conversions360/code.phtml
CHANGED
File without changes
|
app/design/frontend/base/default/template/conversionsondemand/conversions360/success.phtml
CHANGED
File without changes
|
app/etc/modules/Conversionsondemand_Conversions360.xml
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Exclusiveconcepts_Conversionsondemand</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://www.conversionsondemand.com/codadmin2/files/COD-Master-Agreement.pdf">Conversions on Demand Terms Of Service</license>
|
7 |
<channel>community</channel>
|
@@ -17,9 +17,9 @@ Time2Buy is patent-pending technology that monitors the browsing behavior of sho
|
|
17 |
</description>
|
18 |
<notes>This is the stable version of Conversions On Demand.</notes>
|
19 |
<authors><author><name>Dan Theirl</name><user>dtheirl</user><email>dtheirl@exclusiveconcepts.com</email></author></authors>
|
20 |
-
<date>2012-06-
|
21 |
-
<time>
|
22 |
-
<contents><target name="magecommunity"><dir name="Conversionsondemand"><dir name="Conversions360"><dir name="Block"><file name="Code.php" hash="5b24a33c55d6988d2ebbff1310341a50"/><file name="Identifier.php" hash="ae99e5ab385fd825be17ef7ae812ecc4"/><dir name="Multishipping"><file name="Success.php" hash="91f894fed9c4b94ccb3cfcd346627f92"/></dir><file name="Success.php" hash="0544e1889e339aef0c3953fd00450684"/></dir><dir name="Helper"><file name="Data.php" hash="41d5e793d071a095f929c070a6eab43b"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Edition.php" hash="a7268f311f457305189ca2906f2a7c41"/></dir></dir><dir name="Container"><file name="Code.php" hash="90e9cba3004db39fe2443c467fa0577d"/><file name="Identifier.php" hash="427b87bbdd3c82e13fa0136523973a11"/></dir><file name="Observer.php" hash="ebcbe407157dd30e71366dc5620ce1d7"/></dir><dir name="controllers"><file name="IndexController.php" hash="60d63f5bf5b208193567a72682475b02"/></dir><dir name="etc"><file name="cache.xml" hash="5f5c7e42e915f9607ee710d5b31bad5d"/><file name="config.xml" hash="
|
23 |
<compatible/>
|
24 |
-
<dependencies><required><php><min>5.1.1</min><max>5.3
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Exclusiveconcepts_Conversionsondemand</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://www.conversionsondemand.com/codadmin2/files/COD-Master-Agreement.pdf">Conversions on Demand Terms Of Service</license>
|
7 |
<channel>community</channel>
|
17 |
</description>
|
18 |
<notes>This is the stable version of Conversions On Demand.</notes>
|
19 |
<authors><author><name>Dan Theirl</name><user>dtheirl</user><email>dtheirl@exclusiveconcepts.com</email></author></authors>
|
20 |
+
<date>2012-06-11</date>
|
21 |
+
<time>11:27:56</time>
|
22 |
+
<contents><target name="magecommunity"><dir name="Conversionsondemand"><dir name="Conversions360"><dir name="Block"><file name="Code.php" hash="5b24a33c55d6988d2ebbff1310341a50"/><file name="Identifier.php" hash="ae99e5ab385fd825be17ef7ae812ecc4"/><dir name="Multishipping"><file name="Success.php" hash="91f894fed9c4b94ccb3cfcd346627f92"/></dir><file name="Success.php" hash="0544e1889e339aef0c3953fd00450684"/></dir><dir name="Helper"><file name="Data.php" hash="41d5e793d071a095f929c070a6eab43b"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Edition.php" hash="a7268f311f457305189ca2906f2a7c41"/></dir></dir><dir name="Container"><file name="Code.php" hash="90e9cba3004db39fe2443c467fa0577d"/><file name="Identifier.php" hash="427b87bbdd3c82e13fa0136523973a11"/></dir><file name="Observer.php" hash="ebcbe407157dd30e71366dc5620ce1d7"/></dir><dir name="controllers"><file name="IndexController.php" hash="60d63f5bf5b208193567a72682475b02"/></dir><dir name="etc"><file name="cache.xml" hash="5f5c7e42e915f9607ee710d5b31bad5d"/><file name="config.xml" hash="75707d44e6b8296b68c37e624db1d409"/><file name="system.xml" hash="ab64016b6349164727277e4d075d6164"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Conversionsondemand_Conversions360.xml" hash="2ba3e087b9bf8d769741b89481dee559"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="conversionsondemand"><dir name="conversions360"><file name="conversions360.xml" hash="335ce03fe21e63ed1de64e2f4219998c"/></dir></dir></dir><dir name="template"><dir name="conversionsondemand"><dir name="conversions360"><file name="code.phtml" hash="77949fd564333bf8b0316229d056f0b8"/><file name="success.phtml" hash="0f4f25812b1484d69e8b6285213ef616"/></dir></dir></dir></dir></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
+
<dependencies><required><php><min>5.1.1</min><max>5.4.3</max></php></required></dependencies>
|
25 |
</package>
|