From d98d986d4f81349ac80e465dbb1a9ee6e2bfc912 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 27 Apr 2023 09:31:19 +0200 Subject: [PATCH] 12.3.09 --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index df8b4cf5..25d86874 100644 --- a/core/core.php +++ b/core/core.php @@ -53,11 +53,11 @@ class common const ACCESS_TIMER = 1800; // Numéro de version et branche pour l'auto-update - const ZWII_VERSION = '12.3.09.test01'; + const ZWII_VERSION = '12.3.09'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_UPDATE_CHANNEL = "test"; + const ZWII_UPDATE_CHANNEL = "v12"; // URL langues de l'UI en ligne const ZWII_UI_URL = 'https://forge.chapril.org/ZwiiCMS-Team/zwiicms-translations/raw/branch/master/';