diff --git a/config.xml b/config.xml index 3aef71b..1d29563 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ contactform - + diff --git a/contactform.php b/contactform.php index dce53ec..8866693 100644 --- a/contactform.php +++ b/contactform.php @@ -54,7 +54,7 @@ public function __construct() $this->name = 'contactform'; $this->author = 'PrestaShop'; $this->tab = 'front_office_features'; - $this->version = '4.4.2'; + $this->version = '4.4.3'; $this->bootstrap = true; parent::__construct(); diff --git a/views/templates/hook/contactform.tpl b/views/templates/widget/contactform.tpl similarity index 100% rename from views/templates/hook/contactform.tpl rename to views/templates/widget/contactform.tpl diff --git a/views/templates/hook/index.php b/views/templates/widget/index.php similarity index 100% rename from views/templates/hook/index.php rename to views/templates/widget/index.php