Skip to content

Commit 81541d6

Browse files
committed
Remove 1.6 tests, bump version
1 parent f6168ac commit 81541d6

8 files changed

Lines changed: 2 additions & 44 deletions

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_googleanalytics</name>
44
<displayName><![CDATA[Google Analytics]]></displayName>
5-
<version><![CDATA[4.2.2]]></version>
5+
<version><![CDATA[4.3.0]]></version>
66
<description><![CDATA[Gain clear insights into important metrics about your customers, using Google Analytics]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[analytics_stats]]></tab>

ps_googleanalytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct()
3838
{
3939
$this->name = 'ps_googleanalytics';
4040
$this->tab = 'analytics_stats';
41-
$this->version = '4.2.2';
41+
$this->version = '4.3.0';
4242
$this->ps_versions_compliancy = ['min' => '1.7.6', 'max' => _PS_VERSION_];
4343
$this->author = 'PrestaShop';
4444
$this->module_key = 'fd2aaefea84ac1bb512e6f1878d990b8';

tests/phpstan/phpstan-1.6.1.18.neon

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

tests/phpstan/phpstan-1.7.1.2.neon

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

tests/phpstan/phpstan-1.7.2.5.neon

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

tests/phpstan/phpstan-1.7.3.4.neon

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

tests/phpstan/phpstan-1.7.4.4.neon

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

tests/phpstan/phpstan-1.7.5.1.neon

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

0 commit comments

Comments
 (0)