Skip to content

Commit

Permalink
Merge pull request #540 from kpodemski/min-compat-17
Browse files Browse the repository at this point in the history
Minimum compat for 4.15 is 1.7
  • Loading branch information
kpodemski authored Dec 20, 2022
2 parents 17747fd + 60ad656 commit 35275ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoupgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct()
$this->displayName = $this->trans('1-Click Upgrade', [], 'Modules.Autoupgrade.Admin');
$this->description = $this->trans('Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.', [], 'Modules.Autoupgrade.Admin');

$this->ps_versions_compliancy = ['min' => '1.6.0.0', 'max' => _PS_VERSION_];
$this->ps_versions_compliancy = ['min' => '1.7.0.0', 'max' => _PS_VERSION_];
}

public function install()
Expand Down

0 comments on commit 35275ed

Please sign in to comment.