diff --git a/CHANGES.md b/CHANGES.md index 24071d45..9e88e7ea 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog + +## Version 11.3.03 +### Modifications : + - Suppression de l'application du thème administration à la page d'accueil du thème. + + ## Version 11.3.02 ### Corrections : - Importation d'une police sur cdnFonts impossible, nom de fonction incorrect. diff --git a/README.md b/README.md index e0b99379..e9bdad61 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.3.02 +# ZwiiCMS 11.3.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/core/core.php b/core/core.php index 816184b3..9e72dd9f 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 = '11.3.02'; + const ZWII_VERSION = '11.3.03'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = []; diff --git a/core/module/theme/view/index/index.css b/core/module/theme/view/index/index.css index 9d32a5a3..d7c3bdc8 100755 --- a/core/module/theme/view/index/index.css +++ b/core/module/theme/view/index/index.css @@ -12,9 +12,6 @@ */ -/** NE PAS EFFACER -* admin.css -*/ #bar, #site,