File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
18
## [ 25.03.2]
5
19
6
20
### Fixed
Original file line number Diff line number Diff line change 5
5
* 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.
6
6
*/
7
7
8
- DEFINE ("APP_VERSION " , "25.03.2 " );
8
+ DEFINE ("APP_VERSION " , "25.03.3 " );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
require_once "config.php " ;
3
3
require_once "functions.php " ;
4
- require_once "check_login.php " ;
4
+ require_once "includes/ check_login.php " ;
5
5
require_once 'plugins/totp/totp.php ' ; //TOTP MFA Lib
6
6
7
7
// Get Company Logo
You can’t perform that action at this time.
0 commit comments