From a15d5de4b1115daecddc6e98bf66a3899f6dc19c Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 9 Jul 2020 14:11:43 +0200 Subject: [PATCH] Incremented Version and updated Changelog entry --- ChangeLog | 10 ++++++++++ src/include/functions_common.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4f0ba5..4afd41f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ --------------------------------------------------------------------------- +Version 4.1.11 (stable), 2020-07-09 +- ThirdParty: Updated jpgraph to 4.3.1 (2020-04-24) +- Thanks to Jaiver Pastor for the following fixes and changes: +- AdminCenter: fix mysql error for field is_global + (doesn't have a default value). +- Fixed IncludeLanguageFile helper function when using custom language. +- Added Spanish translation (completed). +- Fixed minor design issue in other languages. +- Fixed default db_template to include database changes from v4.1.9. +--------------------------------------------------------------------------- Version 4.1.10 (stable), 2020-02-21 - Improve Footer Links --------------------------------------------------------------------------- diff --git a/src/include/functions_common.php b/src/include/functions_common.php index d905b97..075ed52 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "4.1.10"; +$content['BUILDNUMBER'] = "4.1.11"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;