Kanboard - Package Updates
-
[1.17.0]
- Update base image to 5.0.0
-
[1.17.1]
- Update kanboard to 1.2.45
- Full Changelog
- refactor: reuse existing helpers in tasks import form
- fix(filter): handle
null
input in theLexer
class - fix(api): allow and validate creator ID assignment in task creation
- feat(routes): add
view
routes for project and task file browsing - feat(locale): update all language files using machine translation
- feat(api): add priority fields to
createProject
andupdateProject
procedures - feat: allow attaching screenshots and files when creating a task
- feat: add task title to overdue notification title
-
[1.17.2]
- Update kanboard to 1.2.46
- Full Changelog
- fix(security): prevent potential
Host
header injection viaSERVER_NAME
- fix: make various PHP 8.x compatibility changes
- fix: avoid
Implicitly nullable parameter declarations
errors in PHP 8.4 - feat: validate plugin archive URL before downloading
- feat: show CAPTCHA on login form regardless of user existence
- feat: add new option to enable notifications by default for new users
- feat: add healthcheck endpoint
healthcheck.php
, and new Docker Compose files for MariaDB, Postgres, and SQLite - feat: add
TRUSTED_PROXY_HEADERS
config option - chore!: PHP 8.1 is now the minimum version supported
-
[1.17.3]
- Update kanboard to 1.2.47
- Full Changelog
- 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