We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689e4b4 commit 1b82fc0Copy full SHA for 1b82fc0
2 files changed
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>statscheckup</name>
4
<displayName><![CDATA[Catalog evaluation]]></displayName>
5
- <version><![CDATA[1.4.0]]></version>
+ <version><![CDATA[1.5.0]]></version>
6
<description><![CDATA[Adds a quick evaluation of your catalog quality to the Stats dashboard.]]></description>
7
<author><![CDATA[PrestaShop]]></author>
8
<tab><![CDATA[analytics_stats]]></tab>
statscheckup.php
@@ -35,7 +35,7 @@ public function __construct()
35
{
36
$this->name = 'statscheckup';
37
$this->tab = 'analytics_stats';
38
- $this->version = '1.4.0';
+ $this->version = '1.5.0';
39
$this->author = 'PrestaShop';
40
$this->need_instance = 0;
41
0 commit comments