We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8905927 commit d00db37Copy full SHA for d00db37
2 files changed
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>statsdata</name>
4
<displayName><![CDATA[Data mining for statistics]]></displayName>
5
- <version><![CDATA[1.6.0]]></version>
+ <version><![CDATA[1.6.1]]></version>
6
<description><![CDATA[This module must be enabled if you want to use statistics.]]></description>
7
<author><![CDATA[PrestaShop]]></author>
8
<tab><![CDATA[analytics_stats]]></tab>
statsdata.php
@@ -34,7 +34,7 @@ public function __construct()
34
{
35
$this->name = 'statsdata';
36
$this->tab = 'analytics_stats';
37
- $this->version = '1.6.0';
+ $this->version = '1.6.1';
38
$this->author = 'PrestaShop';
39
$this->need_instance = 0;
40
0 commit comments