From 21253e7b3f0eb4125bf01ae4ee8a50b361f70e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 25 May 2026 11:48:37 +0200 Subject: [PATCH] Bump module to 2.1.2 --- config.xml | 2 +- dashactivity.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 4bcaae8..1e5e281 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ dashactivity - + diff --git a/dashactivity.php b/dashactivity.php index 37c31f7..c9746a1 100755 --- a/dashactivity.php +++ b/dashactivity.php @@ -35,7 +35,7 @@ public function __construct() { $this->name = 'dashactivity'; $this->tab = 'administration'; - $this->version = '2.1.1'; + $this->version = '2.1.2'; $this->author = 'PrestaShop'; parent::__construct();