Update Changelog and App Version fix date to

This commit is contained in:
johnnyq
2025-04-21 17:00:32 -04:00
parent 469c5ef06d
commit f1a7b35aa6
3 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,13 @@
This file documents all notable changes made to ITFlow. 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] ## [25.03.5]
### Fixed ### 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. * 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");

View File

@@ -100,7 +100,7 @@ if ($_GET['canned_date'] == "custom" && !empty($_GET['dtf'])) {
$dtt = date('Y-m-d', strtotime("last day of december last year")); $dtt = date('Y-m-d', strtotime("last day of december last year"));
} else { } else {
$dtf = "NULL"; $dtf = "NULL";
$dtt = '9999-12-31'; $dtt = '2035-12-31';
} }
// Archived // Archived