Skip to content

Commit cacf793

Browse files
authored
Merge pull request PrestaShop#118 from Hlavtox/bump
Bump version to 2.8.3
2 parents 53bddb8 + f6851a9 commit cacf793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_emailsubscription</name>
44
<displayName><![CDATA[E-mail subscription form]]></displayName>
5-
<version><![CDATA[2.8.2]]></version>
5+
<version><![CDATA[2.8.3]]></version>
66
<description><![CDATA[Adds a block for newsletter subscription.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<confirmUninstall><![CDATA[Are you sure that you want to delete all of your contacts?]]></confirmUninstall>

ps_emailsubscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function __construct()
100100
$this->confirmUninstall = $this->trans('Are you sure that you want to delete all of your contacts?', [], 'Modules.Emailsubscription.Admin');
101101
$this->ps_versions_compliancy = ['min' => '1.7.1.0', 'max' => _PS_VERSION_];
102102

103-
$this->version = '2.8.2';
103+
$this->version = '2.8.3';
104104
$this->author = 'PrestaShop';
105105
$this->error = false;
106106
$this->valid = false;

0 commit comments

Comments
 (0)