diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c0a8c4..9e9c3a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file documents all notable changes made to ITFlow. +## [25.03.6] + +### Fixed +- Set default to date to 2035-12-31 as 9999-12-31 and 2999-12-31 broke certain browsers. +- Update Client PDF Export, add header added company logo. +- Present Larger clearer Warning about updates on update page. + ## [25.03.5] ### Fixed diff --git a/includes/app_version.php b/includes/app_version.php index 30829180..c9868984 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.5"); +DEFINE("APP_VERSION", "25.03.6"); diff --git a/includes/filter_header.php b/includes/filter_header.php index 08e0cd39..1008ef2f 100644 --- a/includes/filter_header.php +++ b/includes/filter_header.php @@ -100,7 +100,7 @@ if ($_GET['canned_date'] == "custom" && !empty($_GET['dtf'])) { $dtt = date('Y-m-d', strtotime("last day of december last year")); } else { $dtf = "NULL"; - $dtt = '9999-12-31'; + $dtt = '2035-12-31'; } // Archived