diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1deac3a..b953f9a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Thank you for contributing to the PrestaShop project! Please take the time to edit the "Answers" rows below with the necessary information. Check out our contribution guidelines to find out how to complete it: -https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/#pull-requests +https://devdocs.prestashop.com/8/contribute/contribution-guidelines/#pull-requests ------------------------------------------------------------------------------> | Questions | Answers diff --git a/README.md b/README.md index 45aa326..f360124 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Let your customers know how to reach you, display contact information on your st ## Compatibility -PrestaShop: `1.7.2.0` or later +PrestaShop: `8.2.0` or later ## Reporting issues @@ -38,5 +38,5 @@ This module is released under the [Academic Free License 3.0][AFL-3.0] [report-issue]: https://github.com/PrestaShop/PrestaShop/issues/new/choose [prestashop]: https://www.prestashop-project.org/ -[contribution-guidelines]: https://devdocs.prestashop.com/1.7/contribute/contribution-guidelines/project-modules/ +[contribution-guidelines]: https://devdocs.prestashop.com/8/contribute/contribution-guidelines/project-modules/ [AFL-3.0]: https://opensource.org/licenses/AFL-3.0 diff --git a/ps_contactinfo.php b/ps_contactinfo.php index fcb3e41..95ce1a5 100644 --- a/ps_contactinfo.php +++ b/ps_contactinfo.php @@ -48,7 +48,7 @@ public function __construct() $this->displayName = $this->trans('Contact information', [], 'Modules.Contactinfo.Admin'); $this->description = $this->trans('Let your customers know how to reach you, display contact information on your store.', [], 'Modules.Contactinfo.Admin'); - $this->ps_versions_compliancy = ['min' => '1.7.2.0', 'max' => _PS_VERSION_]; + $this->ps_versions_compliancy = ['min' => '8.2.0', 'max' => _PS_VERSION_]; } public function install()