diff --git a/config.xml b/config.xml index 8b5a234..56158fd 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_emailsubscription - + diff --git a/ps_emailsubscription.php b/ps_emailsubscription.php index a62b317..0185291 100644 --- a/ps_emailsubscription.php +++ b/ps_emailsubscription.php @@ -70,7 +70,7 @@ public function __construct(EntityManager $entity_manager) $this->entity_manager = $entity_manager; - $this->version = '2.6.0'; + $this->version = '2.6.1'; $this->author = 'PrestaShop'; $this->error = false; $this->valid = false;