From 597a7493e2a6b69c636a391a03b1a69748c04831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Mon, 31 Jan 2022 18:16:37 +0100 Subject: [PATCH] init 11206 --- CHANGES.md | 4 ++++ README.md | 2 +- core/core.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a6545922..56f02193 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog + +## Version 11.2.06 + + ## Version 11.2.05 - Corrections : - Configuration / localisation : Les champs de cookies ne devraient pas être obligatoires lorsque la case à cocher de consentement des cookies n'est pas sélectionnée. diff --git a/README.md b/README.md index d2f9d52d..ba424c5e 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ZwiiCMS 11.2.05 +# ZwiiCMS 11.2.06 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 c87c8a14..2edaf76d 100644 --- 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.2.05'; + const ZWII_VERSION = '11.2.06'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = [];