From 2d4ee932da6541613e8d0ae59764b3a14056aabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 9 Oct 2022 15:55:33 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 86ed6bc5b..ceae258a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Version 1.2.24 (October 9, 2022) +-------------------------------- + +* Fixed deprecation warnings when a project or a task description is null +* Fixed missing condition in `TaskAssignDueDateOnMoveColumn` action +* Fixed Reopening of dropdown menus +* Fixed internal link creation on subtask to task conversion if language is not English +* Use a HMAC to sign and validate CSRF tokens, instead of generating random ones and storing them in the session data +* Set explicitly the time picker control to select instead of slider +* Bump `phpunit/phpunit` from `9.5.24` to `9.5.25` +* Bump `symfony/stopwatch` from `5.4.5` to `5.4.13` +* Moved `version.txt` to `app` folder +* Updated translations + Version 1.2.23 (September 4, 2022) ----------------------------------