Kanboard v1.2.23 Release Notes
Release Date: 2022-09-04 // over 2 years ago-
- 💻 Open SVG, Ogg, and some video file attachments in browser
- ➕ Added more video, music, code and spreadsheet extensions to show better file attachment icons
- ⚡️ Updated jQuery to latest stable version
- ⚡️ Updated Docker image to PHP 8.1 and Alpine Linux 3.16
- 0️⃣ Renamed default branch from
master
tomain
- ⬆️ Bumped
phpunit/phpunit
from9.5.14
to9.5.23
- ⬆️ Bumped
symfony/finder
from5.4.3
to5.4.11
- 🛠 Fixed subtask translation when using different languages
- ➕ Added Project Overview document template hook
- ⚡️ Updated translations
- Fixed wrong foreign key constraint on table
subtask_time_tracking table
. The constraints references a no-longer-existing tabletask_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
Previous changes from v1.2.22
-
- ➕ Add support for PHP 8.x (Minimum requirement is now PHP >= 7.4)
- ✂ Remove
project_id
from task URLs - ⚡️ Update
da_DK
translations - ➕ Add automatic action to set the due date when the task is moved away from a specific column
- ⚡️ Condense wording on inferred action and update translations
- Add EVENT_CREATE and EVENT_CREATE_UPDATE events to TaskMoveColumnCategoryChange action