From 8e91faf2d217bb48338a9e7727182328eef008f7 Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Thu, 18 Apr 2024 07:56:11 +0200 Subject: [PATCH] 13.2.01 --- CHANGES.md | 2 +- LISEZMOI.md | 2 +- README.md | 2 +- core/core.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6946b25d..1445a4a3 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## Version 13.2.00 +## Version 13.2.01 ### Correction diff --git a/LISEZMOI.md b/LISEZMOI.md index d0a69d81..b133b417 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.2.00 +# ZwiiCMS 13.2.01 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 3a37fa3d..008e607e 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.2.00 +# ZwiiCMS 13.2.01 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 95a81e1c..4ad06b58 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '13.2.00'; + const ZWII_VERSION = '13.2.01'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/cms-update/raw/branch/master/';