Version Notes
Stable version of Refiral extension.
Download this release
Release Info
Developer | Refiral |
Extension | Refiral |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
app/code/community/Refiral/Campaign/Helper/Data.php
CHANGED
@@ -72,7 +72,7 @@ class Refiral_Campaign_Helper_Data extends Mage_Core_Helper_Abstract {
|
|
72 |
$scriptAppend = '';
|
73 |
$script .= '<script>var showButton = true;</script>'."\n";
|
74 |
}
|
75 |
-
$script .= '<script src="//rfer.co/api/v1/js/all.js"
|
76 |
return $script.$scriptAppend;
|
77 |
}
|
78 |
}
|
72 |
$scriptAppend = '';
|
73 |
$script .= '<script>var showButton = true;</script>'."\n";
|
74 |
}
|
75 |
+
$script .= '<script type="text/javascript">(function e(){var e=document.createElement("script");e.type="text/javascript",e.async=true,e.src="//rfer.co/api/v1/js/all.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})();</script>'."\n";
|
76 |
return $script.$scriptAppend;
|
77 |
}
|
78 |
}
|
app/design/frontend/base/default/template/refiral_campaign/campaign.phtml
CHANGED
@@ -22,4 +22,4 @@ $_helper = Mage::helper('campaign');
|
|
22 |
if($_helper->isActive())
|
23 |
echo $_helper->getScript();
|
24 |
?>
|
25 |
-
<!-- Refiral Campaign Code End -->
|
22 |
if($_helper->isActive())
|
23 |
echo $_helper->getScript();
|
24 |
?>
|
25 |
+
<!-- Refiral Campaign Code End -->
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Refiral</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GPLv3</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Boost your sales up to 3X with our new hybrid marketing channel. Run your personalized, easy to integrate fully automated referral program.</description>
|
11 |
<notes>Stable version of Refiral extension.</notes>
|
12 |
<authors><author><name>Refiral</name><user>refiral</user><email>support@refiral.com</email></author></authors>
|
13 |
-
<date>2014-07
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Refiral"><dir name="Campaign"><dir name="Block"><file name="default.php" hash="39f687630fe10bbed1d15c069a7f1817"/></dir><dir name="Helper"><file name="Data.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Refiral</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GPLv3</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Boost your sales up to 3X with our new hybrid marketing channel. Run your personalized, easy to integrate fully automated referral program.</description>
|
11 |
<notes>Stable version of Refiral extension.</notes>
|
12 |
<authors><author><name>Refiral</name><user>refiral</user><email>support@refiral.com</email></author></authors>
|
13 |
+
<date>2014-08-07</date>
|
14 |
+
<time>10:39:36</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Refiral"><dir name="Campaign"><dir name="Block"><file name="default.php" hash="39f687630fe10bbed1d15c069a7f1817"/></dir><dir name="Helper"><file name="Data.php" hash="4f0075d8268c0e31735c321c61338da8"/></dir><dir name="etc"><file name="config.xml" hash="9850240b5844d7ef003c1690225d787e"/><file name="system.xml" hash="06279a67e93961ea78c5c2cfa207c00d"/></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="refiral_campaign"><file name="campaign.phtml" hash="5b09c8fc8a5a2d5a8b0f87b769c19072"/></dir></dir><dir name="layout"><file name="refiral_campaign.xml" hash="273dfeba936c497c90679a1c94225278"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Refiral_Campaign.xml" hash="5cfba36effdd31e490eca65ae5086925"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|