Skip to content

Commit 3831078

Browse files
authored
Merge pull request PrestaShop#93 from Hlavtox/version
Bump version to 2.7.1
2 parents f6d897e + 4759dc9 commit 3831078

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<module>
33
<name>ps_emailsubscription</name>
44
<displayName><![CDATA[E-mail subscription form]]></displayName>
5-
<version><![CDATA[2.7.0]]></version>
5+
<version><![CDATA[2.7.1]]></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>
99
<is_configurable>1</is_configurable>
1010
<need_instance>0</need_instance>
11-
<limited_countries></limited_countries>
11+
<limited_countries></limited_countries>
1212
</module>

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.7.0';
103+
$this->version = '2.7.1';
104104
$this->author = 'PrestaShop';
105105
$this->error = false;
106106
$this->valid = false;

0 commit comments

Comments
 (0)