[*] 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>watermark</name>
<displayName><![CDATA[Watermark]]></displayName>
<version><![CDATA[0.3]]></version>
<version><![CDATA[0.4]]></version>
<description><![CDATA[Protect image by watermark.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
+1 -1
View File
@@ -43,7 +43,7 @@ class Watermark extends Module
{
$this->name = 'watermark';
$this->tab = 'administration';
$this->version = '0.3';
$this->version = '0.4';
$this->author = 'PrestaShop';
parent::__construct();