From ef2a5cdcb75c99103d52031f796fbdd21d42193c Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Thu, 18 Jun 2026 12:03:56 +0200 Subject: [PATCH] Support for PS 8.2+ --- README.md | 2 +- contactform.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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_, ]; }