mirror of https://github.com/itflow-org/itflow
Update Changelog and app version
This commit is contained in:
parent
090f4cb560
commit
3621e99c61
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,6 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
This file documents all notable changes made to ITFlow.
|
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]
|
## [25.03.2]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -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.
|
* 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");
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
require_once "functions.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
|
require_once 'plugins/totp/totp.php'; //TOTP MFA Lib
|
||||||
|
|
||||||
// Get Company Logo
|
// Get Company Logo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue