diff --git a/core/core.php b/core/core.php index 6df667d4..02850692 100644 --- a/core/core.php +++ b/core/core.php @@ -49,7 +49,7 @@ class common // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '11.6.00-dev008'; + const ZWII_VERSION = '12.0.00-dev008'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = []; diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 81420180..a312445d 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -857,7 +857,7 @@ if ($this->getData(['core', 'dataVersion']) < 11506) { // Version 11.6.00 -if ($this->getData(['core', 'dataVersion']) < 11600) { +if ($this->getData(['core', 'dataVersion']) < 12000) { // Correspondance pour les dossiers de langue à convertir $languages = [ @@ -917,5 +917,5 @@ if ($this->getData(['core', 'dataVersion']) < 11600) { $this->setData(['config', 'i18n', 'interface', 'fr_FR']); // Mise à jour - $this->setData(['core', 'dataVersion', 11600]); + $this->setData(['core', 'dataVersion', 12000]); }