Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion contactform.php
Original file line number Diff line number Diff line change
Expand Up @@ -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_,
];
}
Expand Down
Loading