-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
|
||
declare(strict_types=1); | ||
|
||
define('CURRENT_VERSION', '4.1.3'); | ||
define('CURRENT_VERSION', '4.1.4'); |