From 1ed9c0fae10bd176b604d871aab8d60118d511d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Fri, 30 Sep 2022 11:09:06 +0200 Subject: [PATCH] v12 --- core/core.php | 2 +- core/include/update.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]); }