From d1979952261136f3d052753d36c74827da676fd2 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 28 Feb 2025 15:24:47 -0500 Subject: [PATCH] Updated Changelog, and Updated version to 25.02.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ includes/app_version.php | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 385e5534..459185e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ This file documents all notable changes made to ITFlow. +## [25.02.1] +### Fixed +- Resolved broken links in the client overview, project and client listings, and rack details. +- Corrected asset transfer functionality to clients. +- Fixed the ticket scheduling redirect. +- Corrected the ticket link in the Scheduled Ticket Agent Notification email. +- Addressed issues with credentials and ticket actions in the Contact Detail Modal. +- Fixed text wrapping in notifications. +- Adjusted notifications so that they are sorted with the newest first. +- Fixed drag-and-drop functionality for tickets in the Kanban view on mobile devices. +- Resolved a weird issue with TinyMCE that prevented using links referencing your ITFlow instance url. +- Corrected image orientation issues during upload and the preview optimization process. + +### Added / Changed +- Introduced entity link indicator icons and counts in the contacts and credentials section. +- Implemented a fade animation for the new AJAX modal. +- Removed the Client Overview Expire Day Select and replaced it with simplified 1, 7, or 45-day options. +- Added the ability to link and unlink entities within asset details. +- Introduced quick tag/category creation across the app. +- Added a Vendor Quick Details Modal. +- Enabled vendor linking and added a License Purchase Reference in the Software Licenses section. +- Added download original, optimized and thumbnail option for images. + ## [25.02] ### Fixed - Migrated several reports to the new permissions/roles system diff --git a/includes/app_version.php b/includes/app_version.php index 9f58170d..9d4a8fb8 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"); +DEFINE("APP_VERSION", "25.02.1");