diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fcc1cb9..3926b1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ This file documents all notable changes made to ITFlow. +## [25.09.1] + +### Fixes +- **Web Installer**: Resolved issue with broken installer caused by incorrect database schema file name. +- Hide the "Add Credit" button as the feature is not fully implemented yet. +- Corrected long invoice/quote notes that were overlapping with the footer in PDF exports. +- Fixed AI settings not appearing in the Admin Menu when the Billing module was disabled. +- Enabled wrapping of client tags when they are too long. +- Fixed an issue where AI was not functioning correctly. +- Removed extra spacing between the contact name and icon in the Ticket Details contact card. + +### Features +- Redesigned **AI Ticket Summary**, now divided into 3 sections: Main Issue, Actions Taken, and Resolution/Next Steps. +- Updated the **AI Ticket Summary** prompt to include ticket status, reply author, source, category, and priority. + + +--- + ## [25.09] ***BACK UP*** before updating. diff --git a/includes/app_version.php b/includes/app_version.php index 6f5c5b6f..3382a24d 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.09"); +DEFINE("APP_VERSION", "25.09.1"); diff --git a/user/ticket.php b/user/ticket.php index 2f2d7930..a0b69147 100644 --- a/user/ticket.php +++ b/user/ticket.php @@ -1285,7 +1285,7 @@ require_once "../includes/footer.php";