Skip to content

Commit

Permalink
Merge pull request #54 from matks/fix-compatibility
Browse files Browse the repository at this point in the history
Fix compatibility range
  • Loading branch information
PierreRambaud authored Jul 20, 2020
2 parents 7073c71 + aecec45 commit 1556198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockreassurance.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function __construct()
// Confirm uninstall
$this->confirmUninstall = $this->trans('Are you sure you want to uninstall this module?', [], 'Modules.Blockreassurance.Admin');
$this->ps_url = $this->context->link->getBaseLink();
$this->ps_versions_compliancy = ['min' => '1.7', 'max' => _PS_VERSION_];
$this->ps_versions_compliancy = ['min' => '1.7.7.0', 'max' => _PS_VERSION_];
$this->templateFile = 'module:blockreassurance/views/templates/hook/blockreassurance.tpl';
}

Expand Down

0 comments on commit 1556198

Please sign in to comment.