diff --git a/CHANGES.md b/CHANGES.md index 4826d8db..5402bcce 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changelog +## Version 11.5.09 +### Corrections : +- Problème de génération de l'exemple du site. +- Dépréciations de fonctions PHP 8.1 + ## Version 11.5.08 ### Corrections : - Bugs divers et dépréciations PHP 8.1 diff --git a/README.md b/README.md index c3d51e4e..4025993c 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.5.08 +# ZwiiCMS 11.5.09 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 d1cc9d65..beaa6221 100644 --- a/core/core.php +++ b/core/core.php @@ -46,7 +46,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.5.08'; + const ZWII_VERSION = '11.5.09'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = []; diff --git a/core/module/install/view/index/index.php b/core/module/install/view/index/index.php index 2fc17213..d1d9dfe8 100644 --- a/core/module/install/view/index/index.php +++ b/core/module/install/view/index/index.php @@ -45,7 +45,7 @@