From 62341aed8c423bcbaae9c778dd42d888f5e1163b Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 2 Apr 2020 18:32:53 +0200 Subject: [PATCH 1/2] [9.2.27] Changes --- CHANGES.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4b129d80..0fa8448b 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,6 @@ # Changelog -## version 9.3.00 -- Modification : - - Tri des galeries module version 2.0 +## version 9.2.27 - Corrections : - Pages d'administration, thème spécifique - Thème inactif lorsque la réécriture est activée. From ab75b904a4f74639b801f033cc7690745d789639 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 2 Apr 2020 18:48:47 +0200 Subject: [PATCH 2/2] Version --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 795cdeb1..f3f27399 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.3.00'; + const ZWII_VERSION = '9.2.27'; const ZWII_UPDATE_CHANNEL = "v9"; public static $actions = [];