From f206a28cf7768773c7b21699daa45b24e4c25b4b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 7 Apr 2025 13:07:03 -0400 Subject: [PATCH] Update Changelog and App version to 25.03.4 --- CHANGELOG.md | 8 +++++++- includes/app_version.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ffaaf9..04a0a3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ This file documents all notable changes made to ITFlow. ## [25.03.4] ### Fixed - +- Ability to remove additional assets from the ticket details screen. +- Fix the ability to remove assets from edit ticket not working when only 1 asset exists. +- Fix Database Backup corruption. +- Client Portal - show ticket number instead of ticket id in ticket listing. +- Add Purchase Reference to copy asset. +- Add Link to asset details from the global search. +- Fix Bulk assign ticket only showing contacts instead of ITFlow users. ## [25.03.3] diff --git a/includes/app_version.php b/includes/app_version.php index 8789cc27..f7d4a284 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.03.3"); +DEFINE("APP_VERSION", "25.03.4");