Update changelog and bump app version to 25.12.1

This commit is contained in:
johnnyq 2025-12-12 16:51:34 -05:00
parent 27fde82aff
commit 72ef918452
2 changed files with 15 additions and 1 deletions

View File

@ -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 ###

View File

@ -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");