From d914c6f613d10cdb098be680482d435ad8b3c4ca Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 8 Sep 2023 20:51:35 +0200 Subject: [PATCH] 13002 bug bdd fonte --- CHANGES.md | 4 ++++ LISEZMOI.md | 2 +- README.md | 2 +- core/core.php | 2 +- core/include/pre-update.php | 6 ------ 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8c6419c1..91e69c8f 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## Version 13.0.02 +# Corrections +- Bug de renommage de la base de données des fontes + ## Version 13.0.01 # Corrections - Mauvaise présentation de l'icône devant les pages enfants dans la liste de liens de TinyMCE. diff --git a/LISEZMOI.md b/LISEZMOI.md index 09f41b9a..24c17cab 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.0.01 +# ZwiiCMS 13.0.02 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 c8bfef10..a3f092ff 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.0.01 +# ZwiiCMS 13.0.02 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 32324914..2182d0ea 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.0.01'; + const ZWII_VERSION = '13.0.02'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; diff --git a/core/include/pre-update.php b/core/include/pre-update.php index 2f93b979..3b8db37f 100644 --- a/core/include/pre-update.php +++ b/core/include/pre-update.php @@ -47,12 +47,6 @@ if (file_exists('site/data/core.json')) { unlink($k); } } - if (file_exists('core/module/install/ressource/i18n/languages.json')) { - unlink('core/module/install/ressource/i18n/languages.json'); - } - if (file_exists('core/module/install/ressource/i18n/fontes.json')) { - unlink('core/module/install/ressource/i18n/fonte.json'); - } } } \ No newline at end of file