// Add version number to addsharethis
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user