File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file documents all notable changes made to ITFlow.
4
4
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
+
5
12
## [ 25.03.5]
6
13
7
14
### 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.5 " );
8
+ DEFINE ("APP_VERSION " , "25.03.6 " );
Original file line number Diff line number Diff line change 100
100
$ dtt = date ('Y-m-d ' , strtotime ("last day of december last year " ));
101
101
} else {
102
102
$ dtf = "NULL " ;
103
- $ dtt = '9999 -12-31 ' ;
103
+ $ dtt = '2035 -12-31 ' ;
104
104
}
105
105
106
106
// Archived
You can’t perform that action at this time.
0 commit comments