diff --git a/blockreassurance.php b/blockreassurance.php index 1f6fbed9..8b70ccf3 100644 --- a/blockreassurance.php +++ b/blockreassurance.php @@ -27,6 +27,11 @@ exit; } +$autoloadPath = __DIR__ . '/vendor/autoload.php'; +if (file_exists($autoloadPath)) { + require_once $autoloadPath; +} + use PrestaShop\PrestaShop\Core\Module\WidgetInterface; class blockreassurance extends Module implements WidgetInterface @@ -94,7 +99,7 @@ public function __construct() // Settings $this->name = 'blockreassurance'; $this->tab = 'seo'; - $this->version = '4.1.0'; + $this->version = '4.1.1'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->module_key = '938b96386d4d79aa7cb891439cb0ef11'; diff --git a/config.xml b/config.xml index d391cb7d..1246c9c1 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ blockreassurance - + 1