Skip to content

Commit 3621e99

Browse files
committed
Update Changelog and app version
1 parent 090f4cb commit 3621e99

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33
This file documents all notable changes made to ITFlow.
4+
## [25.03.3]
5+
6+
### Fixed
7+
- Fix adding ITFlow user.
8+
- Do not alert on inactive recurring invoices.
9+
- Fix ticket user assignment including bulk assignment.
10+
- Fix adding a location phone extension.
11+
- Do not default to +1 Country code instead.
12+
- Do not format numbers unless there a country code is entered.
13+
- Fix editing network location.
14+
- Fix ticket redaction on client replies.
15+
- Remove more from user activity as it requires admin privledges
16+
- Fix MFA Enforcement page.
17+
418
## [25.03.2]
519

620
### Fixed

includes/app_version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* 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.
66
*/
77

8-
DEFINE("APP_VERSION", "25.03.2");
8+
DEFINE("APP_VERSION", "25.03.3");

mfa_enforcement.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
require_once "config.php";
33
require_once "functions.php";
4-
require_once "check_login.php";
4+
require_once "includes/check_login.php";
55
require_once 'plugins/totp/totp.php'; //TOTP MFA Lib
66

77
// Get Company Logo

0 commit comments

Comments
 (0)