diff --git a/CHANGES.md b/CHANGES.md index a2d5bef2..4661728d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # ChangeLog +## Version 9.0.18 +- Correction : + - Etat par défaut du numéro de version mal récupéré ## Version 9.0.17 - Mises à jour : diff --git a/core/core.php b/core/core.php index b0d7d23d..f27b2665 100644 --- a/core/core.php +++ b/core/core.php @@ -28,7 +28,7 @@ class common { const GROUP_ADMIN = 3; // Numéro de version stable - const ZWII_VERSION = '9.0.17'; + const ZWII_VERSION = '9.0.18'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index b6781027..67ed2380 100755 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -110,7 +110,7 @@
$this->getData(['config', 'displayVersion']), + 'checked' => $this->getData(['theme', 'footer','displayVersion']), 'help' => 'Afficher le numéro de version dans le pied de page.' ]); ?>