Bump App Version and Update Changelog

This commit is contained in:
johnnyq
2026-03-08 12:47:02 -04:00
parent 6122efc870
commit 7acaf55331
3 changed files with 34 additions and 4 deletions

View File

@@ -345,7 +345,7 @@ if (isset($_GET['project_id'])) {
<table class="table table-border table-hover">
<thead class="thead-light">
<tr>
<td class="bg-light pr-0">
<td class="bg-light checkbox-column">
<div class="form-check">
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)">
</div>
@@ -460,7 +460,7 @@ if (isset($_GET['project_id'])) {
?>
<tr>
<td class="pr-0 bg-light">
<td class="bg-light checkbox-column">
<!-- Ticket Bulk Select (for open tickets) -->
<?php if (empty($ticket_closed_at)) { ?>
<div class="form-check">