Kanboard 1.2.40
30 October 2024
Kanboard version 1.2.40 is now available.
Upgrading to Kanboard 1.2.40
Kanboard 1.2.40 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Kanboard updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Kanboard install to test the 1.2.40 upgrade prior to applying it live. Get started managing your Kanboard installations with Installatron
What's New in Kanboard 1.2.40
Bug Fixes and Changes
- build(deps): bump symfony/finder from 5.4.42 to 5.4.43
- chore: add php83-xmlwriter package to the Docker image
- ci: update GitHub pull-request template
- fix: avoid PHP error if no subtask in progress is found
- fix: avoid potential XSS and HTML injection in comment replies
- fix: prevent duplicated columns when enabling per-swimlane column task limits
- fix(api): check comment visibility in API procedures
- fix(api): verify comment ownership in API procedures
- fix(mssql): escape identifiers in timesheet queries
- fix(mssql): use ANSI OFFSET/FETCH syntax for pagination queries
- fix(test): use explicit ORDER BY for queries returning multiple rows
- test: add unit tests for Subtask Time Tracking query methods
- test: ensure pagination produces correct chunks