diff --git a/CHANGES.md b/CHANGES.md index 06f87bc4..0fea877d 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,9 +21,7 @@ - Modification : - Chargement paresseux des images. -## 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 0c949947..7984e241 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 = '10.0.046'; + const ZWII_VERSION = '10.0.047'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = [];