From 76e355a4c76c4aafb88093fcba8efcfd3767ee01 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 12 Dec 2025 16:51:34 -0500 Subject: [PATCH] Update changelog and bump app version to 25.12.1 --- CHANGELOG.md | 14 ++++++++++++++ includes/app_version.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e857775..b0987e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ This file documents all notable changes made to ITFlow. +## [25.12.1] Maint Release + +### Major Changes +- Unified the Client/Agent Login and process (Note only Client Users can Reset passwords from the login page, does not apply to agent users). + +### Bug Fixes +- Fix Payment Provider not adding an account. +- Fix New ticket button in contact details in the related tickets section. + +### New Features & Updates +- You can now Set Payment Provider income/expense account, expense vendor and expense category upond creation or editing. +- Moved Saved Payment Provider Methods away from admin side nav to the count link within Payment Providers page. +- Moved AI Models from the admin side nav to the model count link within AI Providers. + ## [25.12] Stable Release ### Breaking Changes ### diff --git a/includes/app_version.php b/includes/app_version.php index 28c18c4a..0f6537de 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.12"); +DEFINE("APP_VERSION", "25.12.1");