From f3d64c17f8720848b7411831347a1777b5bc9fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 1 Mar 2022 10:33:20 +0100 Subject: [PATCH] =?UTF-8?q?num=C3=A9ro=20de=20verison=20et=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 cae70ce0..3e4e726d 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Changelog +## Version 11.3.04 +### Corrections : + - Duplication d'id dans le menu. + ## Version 11.3.03 ### Modifications : - Suppression du thème administration dans le menu du thème. diff --git a/README.md b/README.md index e9bdad61..2d3d7960 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.3.03 +# ZwiiCMS 11.3.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/core/core.php b/core/core.php index 4396fa66..d8093aec 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.3.03'; + const ZWII_VERSION = '11.3.04'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = [];