Skip to content

Commit

Permalink
Delete deprecated files and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox committed Jan 5, 2024
1 parent adfded9 commit 86ec611
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 44 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.7.1]]></version>
<version><![CDATA[2.8.0]]></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.7.1';
$this->version = '2.8.0';
$this->author = 'PrestaShop';
$this->error = false;
$this->valid = false;
Expand Down
1 change: 0 additions & 1 deletion tests/phpstan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ parameters:
paths:
# From PHPStan 0.12, paths to check are relative to the neon file
- ../../ps_emailsubscription.php
- ../../verification.php
- ../../controllers/
- ../../mails/
- ../../translations/
Expand Down
41 changes: 0 additions & 41 deletions verification.php

This file was deleted.

0 comments on commit 86ec611

Please sign in to comment.