From 1e98ee891691861cac16025405d947e926db4a3b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 29 Mar 2025 17:43:00 -0400 Subject: [PATCH] Update app version and Changelog hotfix --- CHANGELOG.md | 7 +++++++ includes/app_version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b802af8a..3e0e60ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file documents all notable changes made to ITFlow. +## [25.03.1] + +### Fixed +- Phone number missing in various sections. +- Match Database. +- Client Export Only display licenses users and assets from the selected client only. + ## [25.03] ### Fixed diff --git a/includes/app_version.php b/includes/app_version.php index 956cbfa0..c0e7e2c3 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"); +DEFINE("APP_VERSION", "25.03.1");