Update ChangeLog entries, updated to v4.1.13

This commit is contained in:
Andre Lorbach 2022-10-19 13:37:09 +02:00
parent 4f41224b53
commit 58c1e8ab20
3 changed files with 11 additions and 2 deletions

View File

@ -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:

View File

@ -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;

View File

@ -159,4 +159,4 @@ $page -> output();
//include($gl_root_path . 'include/functions_installhelpers.php');
//ConvertCustomCharts();
?>
?>