From 40d3c97dc5d7b17313bc2e1c65d0b9ae8988b071 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 21 Aug 2021 09:03:10 +0200 Subject: [PATCH] =?UTF-8?q?Num=C3=A9ro=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 +- README.md | 2 +- core/core.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b5132efc..b3f2ca69 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # Changelog -## Version 11.0.07 +## Version 11.0.08 - Modifications : - Intégration de la classe layout dans la classe core - Gestion multi-langues diff --git a/README.md b/README.md index 5e2a5a32..5146429b 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ZwiiCMS 11.0.07 +# ZwiiCMS 11.0.08 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/core/core.php b/core/core.php index 75c8330f..a5ceb7dd 100755 --- a/core/core.php +++ b/core/core.php @@ -45,7 +45,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.0.07'; + const ZWII_VERSION = '11.0.08'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = [];