diff --git a/CHANGES.md b/CHANGES.md index 4a69cdbe..c6b42c8c 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## Version 12.0.00 +## Version 11.4.00 ### Modifications : - - Module addon refondu et renommé plugin. diff --git a/README.md b/README.md index e0b99379..58461613 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.3.02 +# ZwiiCMS 11.4.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 a4995997..3babf981 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 = '12.0.00'; + const ZWII_VERSION = '11.4.00'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];