From a4ed906dd13bd88ac56074f47f455018d05843c8 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 6 Oct 2025 15:13:52 -0400 Subject: [PATCH] Update modal footer and header to user SERVER Document root with absolute path intead of relative --- CHANGELOG.md | 18 ++++++++++++++++++ includes/app_version.php | 2 +- includes/modal_header.php | 6 +++--- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5797ed84..c3b4f25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ This file documents all notable changes made to ITFlow. +## [25.10.1] + +### Fixes +- Fix regression missing custom Favicon. +- Update SMTP and IMAP provider to allow for empty strings, empty means disabled. +- Fix Client portal Microsoft SSO Logins. +- Fix regression in Vendor Templates. +- Fix refression in some broken links from user to agent. +- Fix Project edit. +- Prevent open redirects upon agent login. +- Fix regression on switching to Webklex IMAP to allow for no SSL/TLS in IMAP. +- Fix Setup Redirect not behaving properly when setup hasnt been performed. + +### Added / Changed +- Support for HTML Signatures. +- Add Edit Project Functionality in a ticket. + + ## [25.10] ### Breaking Changes diff --git a/includes/app_version.php b/includes/app_version.php index 5055c138..4e658786 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", "25.10"); +DEFINE("APP_VERSION", "25.10.1"); diff --git a/includes/modal_header.php b/includes/modal_header.php index 695f098a..206d5349 100644 --- a/includes/modal_header.php +++ b/includes/modal_header.php @@ -1,8 +1,8 @@