From 456b20b8959f5583351994b11c37d2b8459a17c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 26 Feb 2022 14:14:34 +0100 Subject: [PATCH] 11.4 --- 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 4a69cdbe..c6b42c8c 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## Version 12.0.00 +## Version 11.4.00 ### Modifications : - - Module addon refondu et renommé plugin. diff --git a/README.md b/README.md index e0b99379..58461613 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.3.02 +# ZwiiCMS 11.4.00 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 a4995997..3babf981 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 = '12.0.00'; + const ZWII_VERSION = '11.4.00'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];