forked from ZwiiCMS-Team/ZwiiCMS
[9.0.17] default data display version
This commit is contained in:
parent
5b3d748593
commit
1478fec284
3
.gitignore
vendored
3
.gitignore
vendored
@ -23,4 +23,5 @@ site/file/thumb/*
|
|||||||
# Trucs
|
# Trucs
|
||||||
.gitignore
|
.gitignore
|
||||||
core/vendor/tinymce/link_list.json
|
core/vendor/tinymce/link_list.json
|
||||||
core/vendor/tinymce/link_list.json
|
core/vendor/tinymce/link_list.json
|
||||||
|
site/tmp/.htaccess
|
||||||
|
@ -775,6 +775,12 @@ class common {
|
|||||||
$this->setData(['core', 'dataVersion', 9011]);
|
$this->setData(['core', 'dataVersion', 9011]);
|
||||||
$this->SaveData();
|
$this->SaveData();
|
||||||
}
|
}
|
||||||
|
// Version 9.0.17
|
||||||
|
if($this->getData(['core', 'dataVersion']) < 9017) {
|
||||||
|
$this->setData(['config','displayVersion', true ]);
|
||||||
|
$this->setData(['core', 'dataVersion', 9017]);
|
||||||
|
$this->SaveData();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@ class install extends common {
|
|||||||
],
|
],
|
||||||
'timezone' => 'Europe/Paris',
|
'timezone' => 'Europe/Paris',
|
||||||
'title' => 'Zwii, votre site en quelques clics !',
|
'title' => 'Zwii, votre site en quelques clics !',
|
||||||
'itemsperPage' => 10
|
'itemsperPage' => 10,
|
||||||
|
'displayVersion' => true
|
||||||
],
|
],
|
||||||
'core' => [
|
'core' => [
|
||||||
'dataVersion' => 0,
|
'dataVersion' => 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user