Skip to content

Commit 36b2ada

Browse files
author
Jarosław Kiraga
committed
fix: set max version to 8.2.1
1 parent a4cdeaa commit 36b2ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grprestashop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct()
4646
$this->author = 'GetResponse';
4747
$this->need_instance = 0;
4848
$this->module_key = '311ef191c3135b237511d18c4bc27369';
49-
$this->ps_versions_compliancy = ['min' => '1.7', 'max' => '8.2.0'];
49+
$this->ps_versions_compliancy = ['min' => '1.7', 'max' => '8.2.1'];
5050
$this->displayName = $this->l('GetResponse');
5151
$this->description = 'Add your Prestashop contacts to GetResponse.';
5252
$this->confirmUninstall = $this->l('Are you sure you want to uninstall?');

0 commit comments

Comments
 (0)