From 565f9ab3140988ae3344da61e6084a09925135d9 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 19 Sep 2025 13:47:36 -0400 Subject: [PATCH] Update Changelog and App Version --- CHANGELOG.md | 21 +++++++++++++++++++++ includes/app_version.php | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bee06dcf..69983bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ This file documents all notable changes made to ITFlow. +## [25.09.2] + +### Fixes +- Fix Payment Method Select box in Revenue. +- Remove Extra Feeback Wording When Invoice Sends. +- Updated all CSV exports to use escape parameters. +- Fix Missing First row on Asset interface export. +- Fix Edit User not working due to incorrect modal footer path. +- Fix Add Certificate breaking due spelling on function. +- Update all CSV Exports to include company name or client name depending on when its being exported from. +- Introduced new function sanitize_filename and implmented it in all exports. +- Spruced up UI/UX Saved Paymented section in Client Portal. +- Fix add Payment Link in client portal recurring invoice section. +- Better Logic handling for default page redirect. + +### Features +- Introduced new Beta mail parser cron using webklex imap library instead of php-imap as this is deprecated --Not Enabled on existing installs, only new installs. +- Introduced Beta support for OAUTH2 Authentication for Microsoft 365 and Google Workspaces for both incoming ticket parsing and outgoing email but must use new mail parser and mail queue for this to work, and requires changing the cron jobs: scripts/cron_mail_queue.php to cron/mail_queue.php and scripts/cron_ticket_email_parser.php to cron/ticket_email_parser.php. + +--- + ## [25.09.1] ### Fixes diff --git a/includes/app_version.php b/includes/app_version.php index 3382a24d..4bb89458 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.1"); +DEFINE("APP_VERSION", "25.09.2");