From 7e591e99e77d6833351a0926f109a5c6a979d4a3 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 4 Feb 2023 17:48:10 +0100 Subject: [PATCH] Versions --- LISEZMOI.md | 2 +- README.md | 2 +- core/core.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LISEZMOI.md b/LISEZMOI.md index 4093ed6b..eb9ae38b 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.2.02 +# ZwiiCMS 12.2.03 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 e8c1e9c5..7646da87 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.2.02 +# ZwiiCMS 12.2.03 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 a1b647be..0d532ff3 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.02'; + const ZWII_VERSION = '12.2.03'; const ZWII_UPDATE_CHANNEL = "v12"; public static $actions = [];