diff --git a/CHANGES.md b/CHANGES.md index a027cc87..c1abbad0 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ # Changelog +## Version 11.0.10 ## Version 11.0.09 - Modifications : diff --git a/README.md b/README.md index 61a46cbe..e9e0125b 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ZwiiCMS 11.0.09 +# ZwiiCMS 11.0.10 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 6b102849..aff89a6f 100755 --- 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.0.09'; + const ZWII_VERSION = '11.0.10'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = [];