[*] MO : New modules version since 1.5.6.0

This commit is contained in:
gRoussac
2013-11-04 11:57:31 +01:00
parent 9ea79f8cb5
commit b8b7fbaf71
36 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<module>
<name>trackingfront</name>
<displayName><![CDATA[Tracking - Front office]]></displayName>
<version><![CDATA[1]]></version>
<version><![CDATA[1.1]]></version>
<description><![CDATA[Enable your affiliates to access their own statistics.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[shipping_logistics]]></tab>
+1 -1
View File
@@ -33,7 +33,7 @@ class TrackingFront extends Module
{
$this->name = 'trackingfront';
$this->tab = 'shipping_logistics';
$this->version = 1.0;
$this->version = 1.1;
$this->author = 'PrestaShop';
$this->need_instance = 0;