Incremented Version and updated Changelog entry

This commit is contained in:
Andre Lorbach 2020-07-09 14:11:43 +02:00
parent b4ae5a468a
commit a15d5de4b1
2 changed files with 11 additions and 1 deletions

View File

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

View File

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