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