From 3fd4aecd90c6689beacce7750adf7db00f4cbc30 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 2 Mar 2023 10:07:01 +0100 Subject: [PATCH] 12.2.04 --- CHANGES.md | 3 +++ LISEZMOI.md | 2 +- README.md | 2 +- core/core.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 708682bd..86477055 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## Version 12.2.04 +- Référencement incorrect de la langue grecque dans la base centrale + ## Version 12.2.03 - Corrections de bugs consécutifs au changement de format de languages.json diff --git a/LISEZMOI.md b/LISEZMOI.md index eb9ae38b..32aead6f 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.2.03 +# ZwiiCMS 12.2.04 Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation. diff --git a/README.md b/README.md index 7646da87..09ba5d81 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.2.03 +# ZwiiCMS 12.2.04 Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge. diff --git a/core/core.php b/core/core.php index 0d532ff3..b5cff98d 100644 --- a/core/core.php +++ b/core/core.php @@ -53,7 +53,7 @@ class common const ZWII_UI_URL = 'https://forge.chapril.org/ZwiiCMS-Team/zwiicms-translations/raw/branch/master/'; // Numéro de version et branche pour l'auto-update - const ZWII_VERSION = '12.2.03'; + const ZWII_VERSION = '12.2.04'; const ZWII_UPDATE_CHANNEL = "v12"; public static $actions = [];