Skip to content

Commit 548e98e

Browse files
committed
Bump to 4.0.0
1 parent 389150d commit 548e98e

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>ps_googleanalytics</name>
44
<displayName><![CDATA[Google Analytics]]></displayName>
5-
<version><![CDATA[3.2.0]]></version>
5+
<version><![CDATA[4.0.0]]></version>
66
<description><![CDATA[Gain clear insights into important metrics about your customers, using Google Analytics]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[analytics_stats]]></tab>

ps_googleanalytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct()
5151
{
5252
$this->name = 'ps_googleanalytics';
5353
$this->tab = 'analytics_stats';
54-
$this->version = '3.2.0';
54+
$this->version = '4.0.0';
5555
$this->ps_versions_compliancy = ['min' => '1.6', 'max' => _PS_VERSION_];
5656
$this->author = 'PrestaShop';
5757
$this->module_key = 'fd2aaefea84ac1bb512e6f1878d990b8';

0 commit comments

Comments
 (0)