Skip to content

Commit

Permalink
Bump compatibility to 1.7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox committed Sep 11, 2024
1 parent 9c1d1e1 commit 4808e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 4808e72

Please sign in to comment.