From 5577720be71c0e388144a87bc6692ce3ce3c8498 Mon Sep 17 00:00:00 2001 From: Matthieu Rolland Date: Mon, 4 Mar 2024 14:13:58 +0100 Subject: [PATCH] bump to 5.0.2 --- config.xml | 2 +- ps_googleanalytics.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 9fc803a..7d11231 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_googleanalytics - + diff --git a/ps_googleanalytics.php b/ps_googleanalytics.php index bc9a711..3325f7b 100644 --- a/ps_googleanalytics.php +++ b/ps_googleanalytics.php @@ -47,7 +47,7 @@ public function __construct() { $this->name = 'ps_googleanalytics'; $this->tab = 'analytics_stats'; - $this->version = '5.0.1'; + $this->version = '5.0.2'; $this->ps_versions_compliancy = ['min' => '1.7.7', 'max' => _PS_VERSION_]; $this->author = 'PrestaShop'; $this->module_key = 'fd2aaefea84ac1bb512e6f1878d990b8';