Bump minor version and update the Changelog

This commit is contained in:
johnnyq 2025-03-08 17:25:10 -05:00
parent e0dfaf2d22
commit f8d054f8aa
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@
This file documents all notable changes made to ITFlow. This file documents all notable changes made to ITFlow.
## [25.02.4]
### Fixed
- Resolved issue preventing the addition or editing of licenses when no vendor was selected.
- Fixed several undeclared variables in AJAX contact details.
- Corrected the contact ticket count display.
- Addressed an issue where clicking "More Details" in AJAX contact/asset details failed to include the `client_id` in the URL.
- Fixed an issue with recurring invoices in the client URL: clicking "Inactive" or "Active" would unexpectedly navigate away from the client section.
## [25.02.3] ## [25.02.3]
### Fixed ### Fixed

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. * 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.02.3"); DEFINE("APP_VERSION", "25.02.4");