Kanboard 1.2.47
Release date:
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 whenREMEMBER_ME_AUTH
isfalse
- fix: avoid PHP warning when external user creation is disabled
- 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
andTaskAssignToUserOnCreationInColumn
- feat: Add new
pdf()
method inCore\Http\Response
- 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
Links
- https://github.com/kanboard/kanboard/tree/v1.2.47
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.47.zip
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.47.tar.gz
Docker Images
docker pull docker.io/kanboard/kanboard:v1.2.47
docker pull ghcr.io/kanboard/kanboard:v1.2.47
docker pull quay.io/kanboard/kanboard:v1.2.47