From 1b5c988a5b0e5799189034826982cebe64de1aef Mon Sep 17 00:00:00 2001 From: Julien Boulen Date: Tue, 19 Nov 2024 13:21:59 +0100 Subject: [PATCH] feat(core): publie la version 4.1.4 --- markdown/changelogs/4.1.4.md | 13 +++++++++++++ version.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 markdown/changelogs/4.1.4.md diff --git a/markdown/changelogs/4.1.4.md b/markdown/changelogs/4.1.4.md new file mode 100644 index 0000000..824bed6 --- /dev/null +++ b/markdown/changelogs/4.1.4.md @@ -0,0 +1,13 @@ +## 4.1.4 +**19 novembre 2024** + +- Changements + - modifie la configuration de l'éditeur TinyMCE + - ajoute un bouton pour coller et coller sans mise en forme + - supprime le bouton de promotion +- Corrections de bugs + - améliore le rendu mobile + - supprime l'utilisation des constantes retirées depuis PHP 8 sur la page de configuration de l'authentification CAS + - corrige les avertissements signalés par phpcompatibility +- Tests + - intègre une vérification de code avec phpcompatibility diff --git a/version.php b/version.php index b59d7d2..436ccfb 100644 --- a/version.php +++ b/version.php @@ -8,4 +8,4 @@ declare(strict_types=1); -define('CURRENT_VERSION', '4.1.3'); +define('CURRENT_VERSION', '4.1.4');