We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336635e commit a11cfbcCopy full SHA for a11cfbc
2 files changed
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>dashactivity</name>
4
<displayName><![CDATA[Dashboard Activity]]></displayName>
5
- <version><![CDATA[1.0.0]]></version>
+ <version><![CDATA[2.0.0]]></version>
6
<description><![CDATA[]]></description>
7
<author><![CDATA[PrestaShop]]></author>
8
<tab><![CDATA[dashboard]]></tab>
dashactivity.php
@@ -36,7 +36,7 @@ public function __construct()
36
{
37
$this->name = 'dashactivity';
38
$this->tab = 'dashboard';
39
- $this->version = '1.0.0';
+ $this->version = '2.0.0';
40
$this->author = 'PrestaShop';
41
$this->push_filename = _PS_CACHE_DIR_.'push/activity';
42
$this->allow_push = true;
0 commit comments