From f056d8df8be7bf02e620005a298909a6b1d26dfe Mon Sep 17 00:00:00 2001 From: panariga Date: Fri, 26 Sep 2025 10:10:04 +0300 Subject: [PATCH] Update productlinkchecker.php --- productlinkchecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();