forked from ZwiiCMS-Team/ZwiiCMS
Modfi numéro de version
This commit is contained in:
parent
2de76aaaff
commit
f2cfb4068a
7
.gitignore
vendored
7
.gitignore
vendored
@ -13,11 +13,9 @@ site/file/source/*
|
||||
site/file/thumb/*
|
||||
|
||||
|
||||
# Fichiers de données
|
||||
site/*
|
||||
|
||||
# Dossiers vides dans GitHub
|
||||
!.gitkeep
|
||||
.gitignore
|
||||
|
||||
# PHPStorm
|
||||
.idea/
|
||||
@ -26,3 +24,6 @@ site/*
|
||||
#Visual Code
|
||||
.vscode
|
||||
|
||||
#FreeFile
|
||||
sync.ffs_db
|
||||
|
||||
|
@ -24,7 +24,7 @@ class common {
|
||||
const GROUP_MEMBER = 1;
|
||||
const GROUP_MODERATOR = 2;
|
||||
const GROUP_ADMIN = 3;
|
||||
const ZWII_VERSION = '8.5.4';
|
||||
const ZWII_VERSION = '8.5.5';
|
||||
|
||||
public static $actions = [];
|
||||
public static $coreModuleIds = [
|
||||
@ -360,7 +360,7 @@ class common {
|
||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||
'radius' => '0',
|
||||
'shadow' => '0',
|
||||
'width' => '1170px'
|
||||
'width' => '750px'
|
||||
],
|
||||
'text' => [
|
||||
'font' => 'Open+Sans',
|
||||
|
Loading…
x
Reference in New Issue
Block a user