Skip to content

Commit f1a7b35

Browse files
committed
Update Changelog and App Version fix date to
1 parent 469c5ef commit f1a7b35

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file documents all notable changes made to ITFlow.
44

5+
## [25.03.6]
6+
7+
### Fixed
8+
- Set default to date to 2035-12-31 as 9999-12-31 and 2999-12-31 broke certain browsers.
9+
- Update Client PDF Export, add header added company logo.
10+
- Present Larger clearer Warning about updates on update page.
11+
512
## [25.03.5]
613

714
### 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.5");
8+
DEFINE("APP_VERSION", "25.03.6");

includes/filter_header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
$dtt = date('Y-m-d', strtotime("last day of december last year"));
101101
} else {
102102
$dtf = "NULL";
103-
$dtt = '9999-12-31';
103+
$dtt = '2035-12-31';
104104
}
105105

106106
// Archived

0 commit comments

Comments
 (0)