Incorporated changes for release 1.4.4

This commit is contained in:
2026-02-24 21:06:26 -05:00
parent 925332147a
commit 1d26b8bfed
8 changed files with 77 additions and 3 deletions

View File

@@ -180,3 +180,10 @@ Changelog
Open Writeups page entirely. The writeups page now shows all
writeups for the selected date range, or today if no dates are
specified.
1.4.4 - 2025-12-10
- Fixed bug in writeupdetail.php that emerged with installation on a
system using MariaDB-10.11.14. A fatal error occurred when
trying to insert a null value into the action_reason field of
the writeups table (you left the action reason dropdown blank).
Previous versions just left it as is without complaint.