diff --git a/CHANGES.md b/CHANGES.md index 91e69c8f..23774a9d 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## Version 13.0.03 +- Suppression d'appels inutiles à une fonction de contrôle CSRF. + ## Version 13.0.02 # Corrections - Bug de renommage de la base de données des fontes diff --git a/LISEZMOI.md b/LISEZMOI.md index 24c17cab..ab60f0ad 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.0.02 +# ZwiiCMS 13.0.03 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 a3f092ff..44a46013 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.0.02 +# ZwiiCMS 13.0.03 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 4154ccdf..f78438d0 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '13.0.02'; + const ZWII_VERSION = '13.0.03'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';