Update ChangeLog entries, updated to v4.1.13
This commit is contained in:
parent
4f41224b53
commit
58c1e8ab20
|
@ -1,4 +1,13 @@
|
|||
---------------------------------------------------------------------------
|
||||
Version 4.1.13 (stable), 2022-10-19
|
||||
---------------------------------------------------------------------------
|
||||
- UserDB: Fixed "Could not delete data in the '1' source" error in
|
||||
sources admin, thanks to github user @Conan1231
|
||||
- statistics: Fix undefinded chart_defaultfilter, thanks to
|
||||
github user @vsc55
|
||||
- PHP8 Compatibility: Fix issues regarding PHP8 support
|
||||
- jpgraph: Updated to 4.4.1 for PHP8 compatibility
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.12 (stable), 2021-04-29
|
||||
---------------------------------------------------------------------------
|
||||
- Secured username field against XSS attacks, thanks for reporting to:
|
||||
|
|
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
|||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "4.1.12";
|
||||
$content['BUILDNUMBER'] = "4.1.13";
|
||||
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
|
||||
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
|
|
|
@ -159,4 +159,4 @@ $page -> output();
|
|||
//include($gl_root_path . 'include/functions_installhelpers.php');
|
||||
//ConvertCustomCharts();
|
||||
|
||||
?>
|
||||
?>
|
Loading…
Reference in New Issue