diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4911c85..766fbeb 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - presta-versions: ['1.7.4.4', '1.7.5.1', '1.7.6', '1.7.7', '1.7.8', 'latest'] + presta-versions: ['1.7.5.1', '1.7.6', '1.7.7', '1.7.8', 'latest'] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/README.md b/README.md index c70719a..b6d1c4f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Add sliding images to your homepage to welcome your visitors in a visual and fri ## Compatibility -PrestaShop: `1.7.4.0` or later +PrestaShop: `1.7.5.0` or later ## Multistore compatibility diff --git a/ps_imageslider.php b/ps_imageslider.php index 5d4e5e7..ab3719c 100644 --- a/ps_imageslider.php +++ b/ps_imageslider.php @@ -62,7 +62,7 @@ public function __construct() $this->displayName = $this->trans('Image slider', [], 'Modules.Imageslider.Admin'); $this->description = $this->trans('Add sliding images to your homepage to welcome your visitors in a visual and friendly way.', [], 'Modules.Imageslider.Admin'); - $this->ps_versions_compliancy = ['min' => '1.7.4.0', 'max' => _PS_VERSION_]; + $this->ps_versions_compliancy = ['min' => '1.7.5.0', 'max' => _PS_VERSION_]; $this->templateFile = 'module:ps_imageslider/views/templates/hook/slider.tpl'; }