Refiral - Version 1.1.2

Version Notes

Stable version of Refiral extension. Currency is included. Secure checkout compatible. Onestepcheckout compatible.

Download this release

Release Info

Developer Refiral
Extension Refiral
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

app/code/community/Refiral/Campaign/Helper/Data.php CHANGED
@@ -57,6 +57,8 @@ class Refiral_Campaign_Helper_Data extends Mage_Core_Helper_Abstract {
57
  if (($module == 'checkout' && $controller == 'onestep' && $action == 'success')
58
  || ($module == 'checkout' && $controller == 'onepage' && $action == 'success')
59
  || ($module == 'securecheckout' && $controller == 'index' && $action == 'success')
 
 
60
  || ($module == 'onestepcheckout' && $controller == 'index' && $action == 'success'))
61
  {
62
  $order = new Mage_Sales_Model_Order();
57
  if (($module == 'checkout' && $controller == 'onestep' && $action == 'success')
58
  || ($module == 'checkout' && $controller == 'onepage' && $action == 'success')
59
  || ($module == 'securecheckout' && $controller == 'index' && $action == 'success')
60
+ || ($module == 'customdownloadable' && $controller == 'onepage' && $action == 'success')
61
+ || ($module == 'onepagecheckout' && $controller == 'index' && $action == 'success')
62
  || ($module == 'onestepcheckout' && $controller == 'index' && $action == 'success'))
63
  {
64
  $order = new Mage_Sales_Model_Order();
app/code/community/Refiral/Campaign/etc/config.xml CHANGED
@@ -19,7 +19,7 @@
19
  <config>
20
  <modules>
21
  <Refiral_Campaign>
22
- <version>1.0.4</version>
23
  </Refiral_Campaign>
24
  </modules>
25
  <global>
19
  <config>
20
  <modules>
21
  <Refiral_Campaign>
22
+ <version>1.1.2</version>
23
  </Refiral_Campaign>
24
  </modules>
25
  <global>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Refiral</name>
4
- <version>1.1.1</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,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. Currency is included. Secure checkout compatible. Onestepcheckout compatible.</notes>
12
  <authors><author><name>Refiral</name><user>refiral</user><email>support@refiral.com</email></author></authors>
13
- <date>2015-01-30</date>
14
- <time>12:31:44</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="d63d6bbdbcb2111ee4d573f0ebc08a8f"/></dir><dir name="etc"><file name="config.xml" hash="9850240b5844d7ef003c1690225d787e"/><file name="system.xml" hash="7a7f1be925b4e63a822fb9101bb2ecdc"/></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="b16e6345458f9b8fae62590000ffe274"/></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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Refiral</name>
4
+ <version>1.1.2</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. Currency is included. Secure checkout compatible. Onestepcheckout compatible.</notes>
12
  <authors><author><name>Refiral</name><user>refiral</user><email>support@refiral.com</email></author></authors>
13
+ <date>2015-03-18</date>
14
+ <time>14:50:00</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="def7ec275dd78442ef115ca667896a43"/></dir><dir name="etc"><file name="config.xml" hash="9850240b5844d7ef003c1690225d787e"/><file name="system.xml" hash="7a7f1be925b4e63a822fb9101bb2ecdc"/></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="b16e6345458f9b8fae62590000ffe274"/></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>