Skip to content

Commit 7bfdf5f

Browse files
authored
Merge pull request #146 from PrestaShop/dev
Release 4.2.2
2 parents 3adf470 + b98ec8c commit 7bfdf5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

classes/Form/ConfigurationForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function generate()
111111
'name' => 'GA_ACCOUNT_ID',
112112
'size' => 20,
113113
'required' => true,
114-
'desc' => $this->module->trans('This information is available in your Google Analytics account. GA4 tracking ID starts with G-, Universal Analytics with UA-.', [], 'Modules.GAnalytics.Admin'),
114+
'desc' => $this->module->trans('This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".', [], 'Modules.GAnalytics.Admin'),
115115
],
116116
[
117117
'type' => 'switch',

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[4.2.1]]></version>
5+
<version><![CDATA[4.2.2]]></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
@@ -54,7 +54,7 @@ public function __construct()
5454
{
5555
$this->name = 'ps_googleanalytics';
5656
$this->tab = 'analytics_stats';
57-
$this->version = '4.2.1';
57+
$this->version = '4.2.2';
5858
$this->ps_versions_compliancy = ['min' => '1.6', 'max' => _PS_VERSION_];
5959
$this->author = 'PrestaShop';
6060
$this->module_key = 'fd2aaefea84ac1bb512e6f1878d990b8';

0 commit comments

Comments
 (0)