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. diff --git a/core/core.php b/core/core.php index c5362a66..453c01ce 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 = [];