diff --git a/CHANGES.md b/CHANGES.md index f72be7b2..e31ba6a8 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## Version 12.3.06 +- Compléments de traduction. + ## Version 12.3.05 - Corrige un problème de stockage des paramètres de la localisation. diff --git a/LISEZMOI.md b/LISEZMOI.md index b2f54115..4e7fc524 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.3.05 +# ZwiiCMS 12.3.06 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/README.md b/README.md index 60086a8f..743c3ef7 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.3.05 +# ZwiiCMS 12.3.06 Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge. diff --git a/core/core.php b/core/core.php index 9b732623..76a45511 100644 --- a/core/core.php +++ b/core/core.php @@ -53,7 +53,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version et branche pour l'auto-update - const ZWII_VERSION = '12.3.05'; + const ZWII_VERSION = '12.3.06'; const ZWII_DATAVERSION = 12301;