diff --git a/config.xml b/config.xml index 661ec71..873379b 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_emailsubscription - + diff --git a/ps_emailsubscription.php b/ps_emailsubscription.php index f172233..edb2bab 100644 --- a/ps_emailsubscription.php +++ b/ps_emailsubscription.php @@ -57,7 +57,7 @@ public function __construct(EntityManager $entity_manager) $this->entity_manager = $entity_manager; - $this->version = '1.1.1'; + $this->version = '1.1.2'; $this->author = 'PrestaShop'; $this->error = false; $this->valid = false;