From 1c6e74b08e140dc69b6a1a20074e858b855c8920 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 8 Mar 2025 17:40:36 -0500 Subject: [PATCH] Update Changelog put back the missing parts for 25.02.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5145070a..abb5af0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,17 @@ This file documents all notable changes made to ITFlow. - 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. +- Added new php function getFieldById() to return a record using just an id and sanitized as well. ## [25.02.3] ### Fixed +- Corrected some edit modals not showing notes correctly. - Fixed notifications being reversed as dismissed notifications. +### Added / Changed +- Implemented SSL certificate history tracking. + ## [25.02.2] ### Fixed