From 45b200aa4a36fca5ad112eeac636c1eaf4c7a6a1 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 27 Mar 2020 19:04:39 +0100 Subject: [PATCH] =?UTF-8?q?[9.3.00]=20correction=20CSS=20+=20pr=C3=A9parat?= =?UTF-8?q?ion=20galerie=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 6 ++++++ core/core.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f5bb2ae9..66474ee3 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog +## version 9.3.00 +- Modification : + - Tri des galeries module version 2.0 +- Correction : + - Couleur du texte des boutons gris. + ## version 9.2.26 - Corrections : - Amélioration de la gestion du thème administration. diff --git a/core/core.php b/core/core.php index e8093bd8..72d9b35b 100644 --- a/core/core.php +++ b/core/core.php @@ -33,7 +33,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '9.2.26'; + const ZWII_VERSION = '9.3.00'; const ZWII_UPDATE_CHANNEL = "v9"; public static $actions = [];