From 29b0a28173300176abc43f069322e26d46452f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Wed, 2 Oct 2024 12:15:53 +0200 Subject: [PATCH] 13500 --- CHANGES.md | 6 ++++-- core/core.php | 2 +- core/layout/blank.php | 2 +- core/layout/light.php | 2 +- core/layout/mail.php | 2 +- core/layout/main.php | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d51a309a..c0ff2e56 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,9 @@ # Notes de mises à jour -## Versions 13.4.01 -Optimisation des performances par globalisation des variables de la classe common afin d'éviter une répétition du constructeur. +## Versions 13.5.00 +** Améliorations : ** +- Optimisation du chargement des variables de classe. +- Suppression de redondance de déclaration des charset. ## Versions 13.4.00 ** Améliorations :** diff --git a/core/core.php b/core/core.php index b2702972..e17c673f 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.4.01'; + const ZWII_VERSION = '13.5.00'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/cms-update/raw/branch/master/'; diff --git a/core/layout/blank.php b/core/layout/blank.php index b90235f1..6cc6d644 100644 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -2,7 +2,7 @@ - + showMetaTitle(); ?> showMetaDescription(); ?> diff --git a/core/layout/light.php b/core/layout/light.php index 7b856ac6..fe768915 100644 --- a/core/layout/light.php +++ b/core/layout/light.php @@ -2,7 +2,7 @@ - + showMetaTitle(); ?> showMetaDescription(); ?> diff --git a/core/layout/mail.php b/core/layout/mail.php index b11bf35b..dd2e0e97 100644 --- a/core/layout/mail.php +++ b/core/layout/mail.php @@ -2,7 +2,7 @@ - + diff --git a/core/layout/main.php b/core/layout/main.php index e3932c4e..90e3c3d2 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -3,7 +3,7 @@ - +