From 512a88f84b2158cef99f91f5910938e3792a2da4 Mon Sep 17 00:00:00 2001 From: Thomas N Date: Wed, 9 Sep 2026 09:43:53 +0100 Subject: [PATCH 1/2] Bump to v9.0.0 --- config.xml | 2 +- productcomments.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index b1f5984a..ba407583 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ productcomments - + diff --git a/productcomments.php b/productcomments.php index ef3eb093..f272ec1f 100644 --- a/productcomments.php +++ b/productcomments.php @@ -66,7 +66,7 @@ public function __construct() { $this->name = 'productcomments'; $this->tab = 'front_office_features'; - $this->version = '8.0.1'; + $this->version = '9.0.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true; From f2e23c0319afa06a78bc691e38a5f4b862599ba2 Mon Sep 17 00:00:00 2001 From: Thomas N Date: Wed, 9 Sep 2026 09:51:48 +0100 Subject: [PATCH 2/2] Rename upgrade file --- upgrade/{install-8.0.1.php => install-9.0.0.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename upgrade/{install-8.0.1.php => install-9.0.0.php} (96%) diff --git a/upgrade/install-8.0.1.php b/upgrade/install-9.0.0.php similarity index 96% rename from upgrade/install-8.0.1.php rename to upgrade/install-9.0.0.php index 29d2e1bb..dc970fa3 100644 --- a/upgrade/install-8.0.1.php +++ b/upgrade/install-9.0.0.php @@ -27,7 +27,7 @@ exit; } -function upgrade_module_8_0_1($object) +function upgrade_module_9_0_0($object) { return $object->registerHook('actionFrontControllerSetVariables'); }