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; 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'); }