Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eternoendless committed Mar 26, 2018
2 parents 7d05070 + ac9c360 commit 6fddce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_emailsubscription</name>
<displayName><![CDATA[E-mail subscription form]]></displayName>
<version><![CDATA[2.0.0]]></version>
<version><![CDATA[2.1.0]]></version>
<description><![CDATA[Adds a block for newsletter subscription.]]></description>
<author><![CDATA[PrestaShop]]></author>
<confirmUninstall><![CDATA[Are you sure that you want to delete all of your contacts?]]></confirmUninstall>
Expand Down
2 changes: 1 addition & 1 deletion ps_emailsubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6fddce5

Please sign in to comment.