diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 9df84ccd..ebdaf896 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -741,8 +741,8 @@ if ($this->getData(['core', 'dataVersion']) < 11202) { $this->setData(['core', 'dataVersion', 11202]); } -// Version 11.2.06 -if ($this->getData(['core', 'dataVersion']) < 11206) { +// Version 11.3.00 +if ($this->getData(['core', 'dataVersion']) < 11300) { // tableau de substitution $fonts = [ @@ -789,5 +789,5 @@ if ($this->getData(['core', 'dataVersion']) < 11206) { unlink(self::DATA_DIR . 'theme.css'); // Mise à jour - $this->setData(['core', 'dataVersion', 11206]); + $this->setData(['core', 'dataVersion', 11300]); } \ No newline at end of file diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 2a37f513..3f199664 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -56,7 +56,7 @@ class init extends common { ] ], 'core' => [ - 'dataVersion' => 11206, + 'dataVersion' => 11300, 'lastBackup' => 0, 'lastClearTmp' => 0, 'lastAutoUpdate' => 0,