Skip to content

Commit 1b82fc0

Browse files
committed
// Version updated to v1.5.0
1 parent 689e4b4 commit 1b82fc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>statscheckup</name>
44
<displayName><![CDATA[Catalog evaluation]]></displayName>
5-
<version><![CDATA[1.4.0]]></version>
5+
<version><![CDATA[1.5.0]]></version>
66
<description><![CDATA[Adds a quick evaluation of your catalog quality to the Stats dashboard.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[analytics_stats]]></tab>

statscheckup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct()
3535
{
3636
$this->name = 'statscheckup';
3737
$this->tab = 'analytics_stats';
38-
$this->version = '1.4.0';
38+
$this->version = '1.5.0';
3939
$this->author = 'PrestaShop';
4040
$this->need_instance = 0;
4141

0 commit comments

Comments
 (0)