Version Notes
Has been tested for bugs, compatibility, and performance on Magento Community Edition 1.6+ and Magento Enterprise Edition 1.11+. This extension has not been tested in a live environment, so please leave feedback if you run into any issues. The next release will be after Blue Acorn user testing on a live environment. You will need to set your Magento Connect Manager state settings to Beta in order to install this release.
*Magento does not officially support PHP versions higher than 5.5 and reference http://www.magentocommerce.com/system-requirements.
Download this release
Release Info
Developer | Convert Experiments |
Extension | ConvertExperiments_ConvertExperiments |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/ConvertExperiments/ConvertExperiments/etc/system.xml
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
</enabled>
|
42 |
<convert_experiments_project_code translate="label">
|
43 |
<label>Convert.com Project Code</label>
|
44 |
-
<frontend_type>
|
45 |
<sort_order>20</sort_order>
|
46 |
<comment><![CDATA[Your Project Code is located on the Project Settings page in your <a href="https://www.convertexperiments.com/login" target="_blank">Convert Experiments Account</a>.]]></comment>
|
47 |
<show_in_default>1</show_in_default>
|
41 |
</enabled>
|
42 |
<convert_experiments_project_code translate="label">
|
43 |
<label>Convert.com Project Code</label>
|
44 |
+
<frontend_type>text</frontend_type>
|
45 |
<sort_order>20</sort_order>
|
46 |
<comment><![CDATA[Your Project Code is located on the Project Settings page in your <a href="https://www.convertexperiments.com/login" target="_blank">Convert Experiments Account</a>.]]></comment>
|
47 |
<show_in_default>1</show_in_default>
|
app/design/frontend/base/default/template/convertexperiments/convertexperiments/sitewideJs.phtml
CHANGED
@@ -10,5 +10,7 @@
|
|
10 |
?>
|
11 |
<?php $helper = Mage::helper('convert_experiments/data') ?>
|
12 |
<?php if($helper->isEnabled() == 1): ?>
|
13 |
-
|
|
|
|
|
14 |
<?php endif; ?>
|
10 |
?>
|
11 |
<?php $helper = Mage::helper('convert_experiments/data') ?>
|
12 |
<?php if($helper->isEnabled() == 1): ?>
|
13 |
+
<!-- begin Convert Experiments code-->
|
14 |
+
<script type="text/javascript" src="//cdn-3.convertexperiments.com/js/<?php echo str_replace("_", "-", $helper->getConvertProjectCode()) ?>.js"></script>
|
15 |
+
<!-- end Convert Experiments code -->
|
16 |
<?php endif; ?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ConvertExperiments_ConvertExperiments</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/MIT">Massachusetts Institute of Technology License (MITL)</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@
|
|
12 |

|
13 |
*Magento does not officially support PHP versions higher than 5.5 and reference http://www.magentocommerce.com/system-requirements.</notes>
|
14 |
<authors><author><name>Convert Experiments</name><user>convertcom</user><email>dennis@convert.com</email></author></authors>
|
15 |
-
<date>2016-01-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="ConvertExperiments"><dir name="ConvertExperiments"><dir name="Block"><file name="ReedScripts.php" hash="82a1db13053e5e7bc1063eae9f5e11f6"/><dir name="System"><dir name="Config"><file name="Explanation.php" hash="8f8964850ca49ba7e724a1274752a432"/><file name="Loginlink.php" hash="d910b72310b28d165bcfa2bd94669b40"/><file name=".DS_Store" hash="81e5faa19a0e6df84e68f55aec0633aa"/></dir><file name=".DS_Store" hash="ef3d3e32123fc5caa5619a71cad784f1"/></dir><file name=".DS_Store" hash="c519aea96cd1dc125ccb6ea3e58b6d12"/></dir><dir name="Helper"><file name="Data.php" hash="fd7a1a9097a54c78f8a4cff451b6f156"/></dir><dir name="Model"><file name="DisallowDuplicates.php" hash="0cd0b17adabc7f78a53f823aabfd676c"/><file name="Enabledcheck.php" hash="c4153d47a69a77599b1d5c9b9c68683c"/><dir name="Entity"><dir name="Attribute"><file name="Integer.php" hash="88d27848eca0f5c27ea0275ca3387a0a"/><file name=".DS_Store" hash="1e7063b77b9595ad9b1bd64a610ba496"/></dir><file name="Attribute.php" hash="0fd522b3256e5adee9d56ec3e01a6454"/><file name=".DS_Store" hash="dafa4ff86b720370ffcd68710b9e5cd8"/></dir><file name=".DS_Store" hash="8b4337e4beb09aa7234144bf440c5e98"/></dir><dir name="doc"><file name="changelog.txt" hash="7131a45315bdae4a5f92469ecf64e44e"/><file name="design.txt" hash="cdf0607888eecc22c56e7e77b81565b0"/><file name="makeTar.txt" hash="5c2c3dd9ad70acbbb3a3524d2f52d901"/><file name=".DS_Store" hash="eb70f9938fa753369feafd88c478c14e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c58cb52aaf6fc750eedfc8af30e914f2"/><file name="config.xml" hash="3d0ec1610ce96d91d6614207507d7cb1"/><file name="system.xml" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>5.6.99</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ConvertExperiments_ConvertExperiments</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/MIT">Massachusetts Institute of Technology License (MITL)</license>
|
7 |
<channel>community</channel>
|
12 |

|
13 |
*Magento does not officially support PHP versions higher than 5.5 and reference http://www.magentocommerce.com/system-requirements.</notes>
|
14 |
<authors><author><name>Convert Experiments</name><user>convertcom</user><email>dennis@convert.com</email></author></authors>
|
15 |
+
<date>2016-01-22</date>
|
16 |
+
<time>02:32:21</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="ConvertExperiments"><dir name="ConvertExperiments"><dir name="Block"><file name="ReedScripts.php" hash="82a1db13053e5e7bc1063eae9f5e11f6"/><dir name="System"><dir name="Config"><file name="Explanation.php" hash="8f8964850ca49ba7e724a1274752a432"/><file name="Loginlink.php" hash="d910b72310b28d165bcfa2bd94669b40"/><file name=".DS_Store" hash="81e5faa19a0e6df84e68f55aec0633aa"/></dir><file name=".DS_Store" hash="ef3d3e32123fc5caa5619a71cad784f1"/></dir><file name=".DS_Store" hash="c519aea96cd1dc125ccb6ea3e58b6d12"/></dir><dir name="Helper"><file name="Data.php" hash="fd7a1a9097a54c78f8a4cff451b6f156"/></dir><dir name="Model"><file name="DisallowDuplicates.php" hash="0cd0b17adabc7f78a53f823aabfd676c"/><file name="Enabledcheck.php" hash="c4153d47a69a77599b1d5c9b9c68683c"/><dir name="Entity"><dir name="Attribute"><file name="Integer.php" hash="88d27848eca0f5c27ea0275ca3387a0a"/><file name=".DS_Store" hash="1e7063b77b9595ad9b1bd64a610ba496"/></dir><file name="Attribute.php" hash="0fd522b3256e5adee9d56ec3e01a6454"/><file name=".DS_Store" hash="dafa4ff86b720370ffcd68710b9e5cd8"/></dir><file name=".DS_Store" hash="8b4337e4beb09aa7234144bf440c5e98"/></dir><dir name="doc"><file name="changelog.txt" hash="7131a45315bdae4a5f92469ecf64e44e"/><file name="design.txt" hash="cdf0607888eecc22c56e7e77b81565b0"/><file name="makeTar.txt" hash="5c2c3dd9ad70acbbb3a3524d2f52d901"/><file name=".DS_Store" hash="eb70f9938fa753369feafd88c478c14e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c58cb52aaf6fc750eedfc8af30e914f2"/><file name="config.xml" hash="3d0ec1610ce96d91d6614207507d7cb1"/><file name="system.xml" hash="9b80168b9369eebcc0dc30d9d0fe37b7"/><file name=".DS_Store" hash="91a1fef1e4bda5462303427cae2c283a"/></dir><file name=".DS_Store" hash="8422decdf931bb383c3682dd5614679b"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ConvertExperiments_ConvertExperiments.xml" hash="e86fbcffdb12f39f171db94e99a5b436"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="convertexperiments"><file name="convertexperiments.xml" hash="fc9c3d2d72450378e46a7c1447dc8fd5"/></dir></dir><dir name="template"><dir name="convertexperiments"><dir name="convertexperiments"><file name="reedVariables.phtml" hash="fe2156ef72e653e61756c24c1ad97fda"/><file name="sitewideJs.phtml" hash="c52455d4ec90a7cd89d573e876f370ff"/><file name=".DS_Store" hash="26647f6ec54693265c93ab9802eafaa5"/></dir></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>5.6.99</max></php></required></dependencies>
|
20 |
</package>
|