diff --git a/CHANGES.md b/CHANGES.md index 09b9e92c..a0384d82 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # ChangeLog +## Version 9.0.20 +- Correction : + - Taille de police du numéro de version + ## Version 9.0.19 - Correction : - Alignement du menu diff --git a/core/core.php b/core/core.php index 555f0fba..b6277937 100644 --- a/core/core.php +++ b/core/core.php @@ -28,7 +28,7 @@ class common { const GROUP_ADMIN = 3; // Numéro de version stable - const ZWII_VERSION = '9.0.19'; + const ZWII_VERSION = '9.0.20'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/layout/common.css b/core/layout/common.css index 7f0220fd..a92e6aff 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -503,6 +503,9 @@ footer .col4 { } } +#footerDisplayVersion { + font-size: inherit; +} footer #footerSocials span { color: #FFF; diff --git a/core/vendor/tinymce/link_list.json b/core/vendor/tinymce/link_list.json index 03c80c65..3a36bfa3 100644 --- a/core/vendor/tinymce/link_list.json +++ b/core/vendor/tinymce/link_list.json @@ -1 +1 @@ -[{"title":"Accueil","value":"?accueil","menu":[{"title":"Galeries","value":"?galeries"},{"title":"Enfant","value":"?enfant"},{"title":"Mise en page","value":"?mise-en-page"},{"title":"Menu lat\u00e9ral","value":"?menu-lateral"}]},{"title":"Blog","value":"?blog"},{"title":"Site de Zwii","value":"?site-de-zwii"},{"title":"Contact","value":"?contact"}] \ No newline at end of file +[{"title":"Accueil","value":"?accueil","menu":[{"title":"Enfant","value":"?enfant"},{"title":"Mise en page","value":"?mise-en-page"}]},{"title":"Blog","value":"?blog"},{"title":"Galeries","value":"?galeries"},{"title":"Site de Zwii","value":"?site-de-zwii"},{"title":"Contact","value":"?contact"}] \ No newline at end of file