From 75e4e85d0fb50d8fc234ed0eb78860f67412a267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 4 Sep 2022 22:19:39 -0700 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index e117a8864..86ed6bc5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,20 @@ Version 1.2.23 (September 4, 2022) ---------------------------------- -* Open SVG, Ogg, and some Video file attachments in browser +* Open SVG, Ogg, and some video file attachments in browser * Added more video, music, code and spreadsheet extensions to show better file attachment icons -* Update jQuery to latest stable version -* Update Docker image to PHP 8.1 and Alpine Linux 3.16 -* Rename default branch from master to main -* Bump `phpunit/phpunit` from `9.5.14` to `9.5.23` -* Bump `symfony/finder` from `5.4.3` to `5.4.11` -* Translate subtask status on demand -* Add Project Overview document template hook +* Updated jQuery to latest stable version +* Updated Docker image to PHP 8.1 and Alpine Linux 3.16 +* Renamed default branch from `master` to `main` +* Bumped `phpunit/phpunit` from `9.5.14` to `9.5.23` +* Bumped `symfony/finder` from `5.4.3` to `5.4.11` +* Fixed subtask translation when using different languages +* Added Project Overview document template hook * Updated translations -* Fix wrong foreign key constraint on table `subtask_time_tracking table`. The constraints references the no-longer-existing table `task_has_subtasks` -* Fix regression regarding subtask reordering -* Change minimum requirement to PHP 7.4 - - PHP versions < 7.4 are end-of-life: https://www.php.net/supported-versions.php +* Fixed wrong foreign key constraint on table `subtask_time_tracking table`. The constraints references a no-longer-existing table `task_has_subtasks` +* Fixed regression regarding subtask reordering +* Changed minimum requirement to PHP 7.4 + - PHP versions lower than 7.4 are end-of-life: https://www.php.net/supported-versions.php - Libraries used by Kanboard have dropped support for older versions of PHP Version 1.2.22 (February 12, 2022)