Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit ac5d6fa

Browse files
committed
// Version updated to v1.7.3
1 parent 8970845 commit ac5d6fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<module>
33
<name>referralprogram</name>
44
<displayName><![CDATA[Customer referral program]]></displayName>
5-
<version><![CDATA[1.7.2]]></version>
5+
<version><![CDATA[1.7.3]]></version>
66
<description><![CDATA[Integrate a referral program system into your shop.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[advertising_marketing]]></tab>
99
<confirmUninstall>All sponsors and friends will be deleted. Are you sure you want to uninstall this module?</confirmUninstall>
1010
<is_configurable>1</is_configurable>
1111
<need_instance>1</need_instance>
1212
<limited_countries></limited_countries>
13-
</module>
13+
</module>

referralprogram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct()
3333
{
3434
$this->name = 'referralprogram';
3535
$this->tab = 'advertising_marketing';
36-
$this->version = '1.7.2';
36+
$this->version = '1.7.3';
3737
$this->author = 'PrestaShop';
3838

3939
$this->controllers = array('program');

0 commit comments

Comments
 (0)