From 487e42394eb175cd28eca8d740fa4b52e3741853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 1 Mar 2022 18:46:05 +0100 Subject: [PATCH] =?UTF-8?q?id=20dupliqu=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 +- README.md | 2 +- core/core.php | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4d0be5c7..217bc3eb 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## Version 11.4.00 +## Version 12.0.00 ### Modifications : - - Module addon refondu et renommé plugin. diff --git a/README.md b/README.md index 58461613..554dca6b 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.4.00 +# ZwiiCMS 12.0.00 Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation. diff --git a/core/core.php b/core/core.php index 3babf981..c99871e5 100644 --- a/core/core.php +++ b/core/core.php @@ -45,7 +45,7 @@ class common { // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '11.4.00'; + const ZWII_VERSION = '12.0.00'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = []; @@ -1691,10 +1691,10 @@ class common { ) ){ $pageUrl = ($this->getData(['locale', 'homePageId']) === $this->getUrl(0)) ? helper::baseUrl(false) : helper::baseUrl() . $this->getUrl(0); - $items .= ''; + $items .= ''; } else { $pageUrl = ($this->getData(['locale', 'homePageId']) === $parentPageId) ? helper::baseUrl(false) : helper::baseUrl() . $parentPageId; - $items .= ''; + $items .= ''; } switch ($this->getData(['page', $parentPageId, 'typeMenu'])) { @@ -1753,10 +1753,10 @@ class common { ) ){ $pageUrl = ($this->getData(['locale', 'homePageId']) === $this->getUrl(0)) ? helper::baseUrl(false) : helper::baseUrl() . $this->getUrl(0); - $items .= ''; + $items .= ''; } else { $pageUrl = ($this->getData(['locale', 'homePageId']) === $childKey) ? helper::baseUrl(false) : helper::baseUrl() . $childKey; - $items .= ''; + $items .= ''; } switch ($this->getData(['page', $childKey, 'typeMenu'])) {