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