Skip to content

Commit

Permalink
FIX: added php 7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Dec 19, 2022
1 parent de7f5d0 commit 4de96f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion is_imageslider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct()
* https://www.waynet.pl/
*/
$this->author = 'Igor Stępień';
$this->version = '2.0.0';
$this->version = '2.0.1';
$this->need_instance = 0;

$this->bootstrap = true;
Expand Down
2 changes: 1 addition & 1 deletion src/Repository/ImageSliderRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getActiveSliderByLandAndStoreId(
int $idLang,
int $idStore,
bool $activeOnly = true,
int|bool $limit = false,
int $limit = 0
): array {
$slides = [];

Expand Down

0 comments on commit 4de96f4

Please sign in to comment.