v8.5.1 : nom de variable incorrect
This commit is contained in:
parent
fd1ec3443d
commit
ad83be83e1
@ -1,5 +1,9 @@
|
||||
# ChangeLog
|
||||
|
||||
## Version 8.5.1
|
||||
* Correction :
|
||||
- Nom de variable incorrect
|
||||
|
||||
## Version 8.5.0
|
||||
* Correction :
|
||||
- Suppression popup active par défaut dans le menu
|
||||
|
@ -24,7 +24,7 @@ class common {
|
||||
const GROUP_MEMBER = 1;
|
||||
const GROUP_MODERATOR = 2;
|
||||
const GROUP_ADMIN = 3;
|
||||
const ZWII_VERSION = '8.5.0';
|
||||
const ZWII_VERSION = '8.5.1';
|
||||
|
||||
public static $actions = [];
|
||||
public static $coreModuleIds = [
|
||||
|
Loading…
Reference in New Issue
Block a user