Update Changelog and app version

This commit is contained in:
johnnyq 2025-04-01 11:33:04 -04:00
parent 090f4cb560
commit 3621e99c61
3 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,20 @@
# Changelog
This file documents all notable changes made to ITFlow.
## [25.03.3]
### Fixed
- Fix adding ITFlow user.
- Do not alert on inactive recurring invoices.
- Fix ticket user assignment including bulk assignment.
- Fix adding a location phone extension.
- Do not default to +1 Country code instead.
- Do not format numbers unless there a country code is entered.
- Fix editing network location.
- Fix ticket redaction on client replies.
- Remove more from user activity as it requires admin privledges
- Fix MFA Enforcement page.
## [25.03.2]
### Fixed

View File

@ -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.2");
DEFINE("APP_VERSION", "25.03.3");

View File

@ -1,7 +1,7 @@
<?php
require_once "config.php";
require_once "functions.php";
require_once "check_login.php";
require_once "includes/check_login.php";
require_once 'plugins/totp/totp.php'; //TOTP MFA Lib
// Get Company Logo