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'])) {