diff --git a/README.md b/README.md index 02f8e0b..d957b18 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Help your customers get in touch when they need, add a contact form on your stor ## Compatibility -PrestaShop: `8.1.0` or later +PrestaShop: `8.2.0` or later ## How to test diff --git a/contactform.php b/contactform.php index 6f0e969..20d70e9 100644 --- a/contactform.php +++ b/contactform.php @@ -66,7 +66,7 @@ public function __construct() 'Modules.Contactform.Admin' ); $this->ps_versions_compliancy = [ - 'min' => '8.1.0', + 'min' => '8.2.0', 'max' => _PS_VERSION_, ]; }