// Add version number to addsharethis

This commit is contained in:
Jerome Nadaud
2013-11-15 15:32:52 +01:00
parent b5d84a72e0
commit 3af7a59caa
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ class AddShareThis extends Module
$this->author = 'Custom';
$this->tab = 'front_office_features';
$this->need_instance = 0;
$this->version = '0.1';
$this->bootstrap = true;
$this->_directory = dirname(__FILE__);
parent::__construct();
+1 -1
View File
@@ -2,7 +2,7 @@
<module>
<name>addsharethis</name>
<displayName><![CDATA[Add Sharethis]]></displayName>
<version><![CDATA[]]></version>
<version><![CDATA[0.1]]></version>
<description><![CDATA[Display social count button on the home page]]></description>
<author><![CDATA[Custom]]></author>
<tab><![CDATA[front_office_features]]></tab>