Skip to content

Commit

Permalink
new: upgrade minimum version of dolibarr for module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Mar 21, 2024
1 parent fd1322c commit b4f04db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function __construct($db)

// Prerequisites
$this->phpmin = array(7, 1); // Minimum version of PHP required by module
$this->need_dolibarr_version = array(11, -3); // Minimum version of Dolibarr required by module
$this->need_dolibarr_version = array(17, -3); // Minimum version of Dolibarr required by module
$this->need_javascript_ajax = 0;

// Messages at activation
Expand Down

0 comments on commit b4f04db

Please sign in to comment.