From 8522226367a1c374cb328ed9b2609c0686d92c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 3 Jul 2023 16:37:51 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index c323459ae..ae542fc9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Version 1.2.31 (July 3, 2023) +----------------------------- + +Security Fixes: + +- [CVE-2023-36813: Avoid potential SQL injections without breaking compatibility with plugins](https://github.com/kanboard/kanboard/security/advisories/GHSA-9gvq-78jp-jxcx) + +Other fixes and updates: + +- Run tests with PHP 8 on GitHub Actions +- Bump Symfony dependencies +- Update Composer dependencies to be able to run tests with PHP 8.2 +- Add `/usr/bin/php` symlink in the Docker image +- Replace usage of `at()` matcher with alternatives in unit tests +- Adjust plugin directory test case to work on released versions +- Fix incorrect background dynamic property in captcha library +- Update translations + Version 1.2.30 (June 2, 2023) -----------------------------