Skip to content

Commit

Permalink
version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ATM-Marc committed Jun 27, 2018
1 parent 30a3a91 commit 785953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modfullcalendar.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 = "Description of module fullcalendar";
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = '1.3.6';
$this->version = '1.3.7';
// 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 785953f

Please sign in to comment.