Kanboard 1.2.47
12 August 2025
Kanboard version 1.2.47 is now available.
Upgrading to Kanboard 1.2.47
Kanboard 1.2.47 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.47 upgrade prior to applying it live. Get started managing your Kanboard installations with Installatron
What's New in Kanboard 1.2.47
New Features
- feat!: remove file cache driver to avoid using unserialize()
- feat!: ignore legacy events serialized with PHP due to potential security issues
- feat: add new actions: TaskAssignCurrentUserColumnIfNoUserAlreadySet and TaskAssignToUserOnCreationInColumn
- feat: Add new pdf() method in Core\Http\Response
Bug Fixes and Changes
- refactor: add namespace to test files
- fix: the $escape parameter must be provided in PHP 8.4 for CSV functions
- fix: sanitize and validate uploaded files path
- fix: do not load RememberMeAuth provider when REMEMBER_ME_AUTH is false
- fix: avoid PHP warning when external user creation is disabled
- ci: run php-cs-fixer on GitHub Actions
- ci: remove unnecessary labels from issue templates
- chore: replace deprecated gh-cli feature source in devcontainer configuration