We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fb6fa commit 73324b2Copy full SHA for 73324b2
core/modules/modAdherentsPlus.class.php
@@ -54,7 +54,7 @@ function __construct($db)
54
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
55
$this->name = preg_replace('/^mod/i','',get_class($this));
56
$this->description = "Management Extended of members";
57
- $this->version = '16.0.0'; // 'experimental' or 'dolibarr' or version
+ $this->version = '16.0.1'; // 'experimental' or 'dolibarr' or version
58
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
59
// Module description used if translation string 'ModuleXXXDesc' not found (XXX is id value)
60
$this->editor_name = 'ptibogxiv.net';
0 commit comments