Update productlinkchecker.php

This commit is contained in:
2025-09-26 10:10:04 +03:00
parent b8bd7e7eb7
commit f056d8df8b

View File

@@ -20,7 +20,7 @@ class ProductLinkChecker extends Module
$this->version = '1.0.0'; $this->version = '1.0.0';
$this->author = 'Panariga'; $this->author = 'Panariga';
$this->need_instance = 0; $this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '1.7.6', 'max' => _PS_VERSION_]; $this->ps_versions_compliancy = ['min' => '1.7.0', 'max' => _PS_VERSION_];
$this->bootstrap = true; $this->bootstrap = true;
parent::__construct(); parent::__construct();