From 8a4006ecb6112da04bbec2e672f69e32ac306c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Wed, 24 Aug 2016 13:33:54 +0200 Subject: [PATCH] // Version updated to v1.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 5c29db7..c1e1a33 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_emailsubscription - + diff --git a/ps_emailsubscription.php b/ps_emailsubscription.php index 41d5d53..8f52ae9 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.0.1'; + $this->version = '1.1.0'; $this->author = 'PrestaShop'; $this->error = false; $this->valid = false;