diff --git a/CHANGES.md b/CHANGES.md index f27ff297..908e2767 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## Version 12.0.00 +## Version 11.6.00 ### Nouveautés : - Module addon refondu et renommé plugin. - Réorganisation des écrans pour éviter de mélanger des formulaires avec des champs d'information. diff --git a/README.md b/README.md index dce10f59..191a6562 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.5.04 +# ZwiiCMS 11.6.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 bba6fd53..b5e91b49 100644 --- a/core/core.php +++ b/core/core.php @@ -47,7 +47,7 @@ class common { // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '12.0.00-dev'; + const ZWII_VERSION = '11.6.00-dev'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];