From c9300e5979240219efc0f8ce68d50d840b7a2cfa Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 3 Feb 2024 08:08:44 +0100 Subject: [PATCH] 13.01.04 Version et change --- CHANGES.md | 3 +++ LISEZMOI.md | 2 +- README.md | 2 +- core/core.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 21320ba7..f795b8d9 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## Version 13.1.04 +### Corrections +- Evite une notice dans l'onglet social de la configuration lorsque l'image opengraph n'est pas spécifiée. ## Version 13.1.03 ### Corrections diff --git a/LISEZMOI.md b/LISEZMOI.md index 39c975fe..cede69da 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.1.03 +# ZwiiCMS 13.1.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/README.md b/README.md index f9f236a4..da9d671f 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.1.03 +# ZwiiCMS 13.1.04 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 c3722cea..6da0980c 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.1.03'; + const ZWII_VERSION = '13.1.04'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/cms-update/raw/branch/master/';