From ac9c360f5a8a7d5484c61cebba7a7bffbb75c7c2 Mon Sep 17 00:00:00 2001 From: Pablo Borowicz Date: Fri, 8 Dec 2017 11:34:56 +0100 Subject: [PATCH] // Version updated to 2.1.0 --- config.xml | 2 +- ps_emailsubscription.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index b972174..2b8cabb 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_emailsubscription - + diff --git a/ps_emailsubscription.php b/ps_emailsubscription.php index f9c7171..03d60dc 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 = '2.0.0'; + $this->version = '2.1.0'; $this->author = 'PrestaShop'; $this->error = false; $this->valid = false;