From 44e88e2c0b339bbc9eae7929cc7cf9f266984582 Mon Sep 17 00:00:00 2001 From: Pablo Borowicz Date: Fri, 8 Dec 2017 11:30:34 +0100 Subject: [PATCH] // Version updated to 3.0.0 --- config.xml | 2 +- ps_legalcompliance.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index d26acab..d73dac4 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_legalcompliance - + diff --git a/ps_legalcompliance.php b/ps_legalcompliance.php index e6e9d5f..da40e3b 100644 --- a/ps_legalcompliance.php +++ b/ps_legalcompliance.php @@ -64,7 +64,7 @@ public function __construct(EntityManager $entity_manager, { $this->name = 'ps_legalcompliance'; $this->tab = 'administration'; - $this->version = '2.0.4'; + $this->version = '3.0.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true;