Skip to content

Commit

Permalink
Update num version 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-ph committed Feb 19, 2020
1 parent 5764196 commit ccd7ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modexternalaccess.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function __construct($db)
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
$this->description = "Ajoute un acces externe pour les clients";
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = '1.1.0';
$this->version = '1.1.1';
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
Expand Down

0 comments on commit ccd7ff2

Please sign in to comment.