Skip to content

Commit

Permalink
Merge pull request #109 from Hlavtox/bump-282
Browse files Browse the repository at this point in the history
Bump version to 2.8.2
  • Loading branch information
Hlavtox committed Feb 20, 2024
2 parents 5aff277 + 27d7f3b commit f83eaa3
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.8.1]]></version>
<version><![CDATA[2.8.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 @@ -100,7 +100,7 @@ public function __construct()
$this->confirmUninstall = $this->trans('Are you sure that you want to delete all of your contacts?', [], 'Modules.Emailsubscription.Admin');
$this->ps_versions_compliancy = ['min' => '1.7.1.0', 'max' => _PS_VERSION_];

$this->version = '2.8.1';
$this->version = '2.8.2';
$this->author = 'PrestaShop';
$this->error = false;
$this->valid = false;
Expand Down

0 comments on commit f83eaa3

Please sign in to comment.