From 8a4bb2e80db39fbd42f5c163c92fcab9497cc991 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 4 Apr 2026 17:51:14 -0400 Subject: [PATCH] Update App version --- CHANGELOG.md | 4 ++-- includes/app_version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba27e56..5fc90a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file documents all notable changes made to ITFlow. -## [26.03.1] Maint Release +## [26.04] Stable Release ### Bug Fixes - Racks: Fix Device Removal. - Table Lists: replace class table-responsive-sm with just table-reponsive was causing ui issues with certain screen sizes. @@ -26,7 +26,7 @@ This file documents all notable changes made to ITFlow. ## [26.03] Stable Release ### Bug Fixes -- Ticket Templates: Fix Task Sorting. +- Ticket Templates: Fix Task Sortinhahahg. - Ticket: Lower autoclose setting minimum value from 48 to 24 Hours. - Ticket: Fix Task Approval. - Recurring Ticket: add empty value placeholder for Ticket Frequency. diff --git a/includes/app_version.php b/includes/app_version.php index c04690b7..738d2d0c 100644 --- a/includes/app_version.php +++ b/includes/app_version.php @@ -5,4 +5,4 @@ * Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month. */ -DEFINE("APP_VERSION", "26.03.1"); +DEFINE("APP_VERSION", "26.04");