Incorporated changes for release 1.4.6

This commit is contained in:
2026-02-24 21:13:48 -05:00
parent 0bc6d684c1
commit 7b134c1010
23 changed files with 48 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
OpenDRS - Online Discrepancy Reporting System
Copyright (C) 2025 Rod Wright
Copyright (C) 2026 Rod Wright
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -206,3 +206,10 @@ Changelog
- Changed the install.sh script to align with the standardized
installation process used by other applications.
1.4.6 - 2026-02-06
- Fixed bug in group_detail() function in common.php where the link
members were being sorted by linkid instead of writeupid. This
caused the group writeup table to be ordered based on when the
writeup was added to the group instead of in the logical writeup
order.