Skip to content

Commit

Permalink
// Version updated to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Aug 30, 2016
1 parent 954dd90 commit dbe5008
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[1.1.1]]></version>
<version><![CDATA[1.1.2]]></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 = '1.1.1';
$this->version = '1.1.2';
$this->author = 'PrestaShop';
$this->error = false;
$this->valid = false;
Expand Down

0 comments on commit dbe5008

Please sign in to comment.