From f8d054f8aa55e5204bd95bda5d1a2bca58b55236 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 8 Mar 2025 17:25:10 -0500 Subject: [PATCH] Bump minor version and update the Changelog --- CHANGELOG.md | 9 +++++++++ includes/app_version.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac2462b..5145070a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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] ### Fixed diff --git a/includes/app_version.php b/includes/app_version.php index 49f07d0c..1a9aa71e 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.02.3"); +DEFINE("APP_VERSION", "25.02.4");