quelques fichiers

This commit is contained in:
Deltacms 2023-12-19 12:00:57 +01:00
parent 08c3f66330
commit dd314cadc8
4 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## Version 4.5.04 de Deltacms
- Modifications :
-
- Corrections :
-
- Sur le site :
-
## Version 4.5.03 de Deltacms
- Modifications :
- Mise à jour des icônes,

View File

@ -52,7 +52,7 @@ class common {
// Numéro de version
const DELTA_UPDATE_URL = 'https://update.deltacms.fr/master/';
const DELTA_VERSION = '4.5.03';
const DELTA_VERSION = '4.5.04';
const DELTA_UPDATE_CHANNEL = "v4";
public static $actions = [];

View File

@ -179,7 +179,7 @@ if ($this->getData(['core', 'dataVersion']) < 4502) {
$this->deleteData(['theme', 'menu', 'burgerIconLink2']);
$this->setData(['core', 'dataVersion', 4502]);
}
if ($this->getData(['core', 'dataVersion']) < 4503) {
$this->setData(['core', 'dataVersion', 4503]);
if ($this->getData(['core', 'dataVersion']) < 4504) {
$this->setData(['core', 'dataVersion', 4504]);
}
?>

View File

@ -69,7 +69,7 @@ class init extends common {
]
],
'core' => [
'dataVersion' => 4503,
'dataVersion' => 4504,
'lastBackup' => 0,
'lastClearTmp' => 0,
'lastAutoUpdate' => 0,