Skip to content

Commit 4d979c5

Browse files
Tom Combetclaude
andcommitted
Bound ps_versions_compliancy to the 1.7.8 line
main now carries the PrestaShop 9 line and 8.x the PrestaShop 8 one, so this branch is the 1.7.8 line. Its unbounded ceiling let it install on shops that have a branch of their own; capped at 1.7.8.99. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 15ef204 commit 4d979c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kjblocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct()
5252
$this->tab = 'others';
5353
$this->version = '1.2.1';
5454
$this->author = 'Kaudaj';
55-
$this->ps_versions_compliancy = ['min' => '1.7.8.0', 'max' => '8.2.99'];
55+
$this->ps_versions_compliancy = ['min' => '1.7.8.0', 'max' => '1.7.8.99'];
5656

5757
$this->bootstrap = true;
5858

0 commit comments

Comments
 (0)