Skip to content

Commit 61cc927

Browse files
authored
Merge pull request PrestaShop#100 from Hlavtox/remove-php-file
Delete deprecated files and bump version
2 parents adfded9 + 86ec611 commit 61cc927

File tree

4 files changed

+2
-44
lines changed

4 files changed

+2
-44
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.7.1]]></version>
5+
<version><![CDATA[2.8.0]]></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.7.1';
103+
$this->version = '2.8.0';
104104
$this->author = 'PrestaShop';
105105
$this->error = false;
106106
$this->valid = false;

tests/phpstan/phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ parameters:
55
paths:
66
# From PHPStan 0.12, paths to check are relative to the neon file
77
- ../../ps_emailsubscription.php
8-
- ../../verification.php
98
- ../../controllers/
109
- ../../mails/
1110
- ../../translations/

verification.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)