Incorporated changes for release 1.4.2

This commit is contained in:
2026-02-24 20:55:46 -05:00
parent 89f7506fa7
commit 97249aa600
6 changed files with 35 additions and 7 deletions

View File

@@ -162,3 +162,9 @@ Changelog
package supplying uuidgen. If uuidgen is not present, the mysql
user would be created with a blank password.
1.4.2 - 2024-06-27
- Fixed bug introduced in version 1.4.1 in writeups.php where open
writeups prior to the current day weren't displayed on the
"View Open Writeups" page.
- Removed open, closed, and deferred constant definitions from common.php
since only one was ever used, and that in only one place.