diff --git a/productlinkchecker.php b/productlinkchecker.php index 3370d6d..31faf97 100644 --- a/productlinkchecker.php +++ b/productlinkchecker.php @@ -20,7 +20,7 @@ class ProductLinkChecker extends Module $this->version = '1.0.0'; $this->author = 'Panariga'; $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; parent::__construct();