From fef6511c330ed532c9a2229384fb219ea66948a9 Mon Sep 17 00:00:00 2001 From: Alexis Guyomar Date: Fri, 31 Oct 2025 11:59:32 +0100 Subject: [PATCH] release: bump to version 8.0.0 --- config.xml | 2 +- productcomments.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 9ac309c..958f445 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ productcomments - + diff --git a/productcomments.php b/productcomments.php index 3ba52fd..c36e95b 100644 --- a/productcomments.php +++ b/productcomments.php @@ -47,7 +47,7 @@ public function __construct() { $this->name = 'productcomments'; $this->tab = 'front_office_features'; - $this->version = '7.0.0'; + $this->version = '8.0.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true;