diff --git a/doofinder.php b/doofinder.php
index ea76a7e..55d95ff 100644
--- a/doofinder.php
+++ b/doofinder.php
@@ -32,7 +32,7 @@ class Doofinder extends Module
const DOOMANAGER_URL = 'https://admin.doofinder.com';
const GS_SHORT_DESCRIPTION = 1;
const GS_LONG_DESCRIPTION = 2;
- const VERSION = '4.7.35';
+ const VERSION = '4.8.0';
const YES = 1;
const NO = 0;
@@ -40,7 +40,7 @@ public function __construct()
{
$this->name = 'doofinder';
$this->tab = 'search_filter';
- $this->version = '4.7.35';
+ $this->version = '4.8.0';
$this->author = 'Doofinder (http://www.doofinder.com)';
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => _PS_VERSION_];
$this->module_key = 'd1504fe6432199c7f56829be4bd16347';
@@ -1686,6 +1686,7 @@ public function createStore($shop)
'primary_language' => $primary_lang->language_code,
'site_url' => $shop_url,
'search_engines' => [],
+ 'plugin_version' => $this->version,
];
foreach ($languages as $lang) {
diff --git a/views/templates/front/scriptV9.tpl b/views/templates/front/scriptV9.tpl
index 6876c66..3fa0abe 100644
--- a/views/templates/front/scriptV9.tpl
+++ b/views/templates/front/scriptV9.tpl
@@ -12,39 +12,26 @@
* @license GPLv3
*}
{if isset($installation_ID) && $installation_ID}
-
+
-
+
+
+
+
+
+
{/if}