Skip to content

Commit a15d5de

Browse files
committed
Incremented Version and updated Changelog entry
1 parent b4ae5a4 commit a15d5de

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
---------------------------------------------------------------------------
2+
Version 4.1.11 (stable), 2020-07-09
3+
- ThirdParty: Updated jpgraph to 4.3.1 (2020-04-24)
4+
- Thanks to Jaiver Pastor for the following fixes and changes:
5+
- AdminCenter: fix mysql error for field is_global
6+
(doesn't have a default value).
7+
- Fixed IncludeLanguageFile helper function when using custom language.
8+
- Added Spanish translation (completed).
9+
- Fixed minor design issue in other languages.
10+
- Fixed default db_template to include database changes from v4.1.9.
11+
---------------------------------------------------------------------------
212
Version 4.1.10 (stable), 2020-02-21
313
- Improve Footer Links
414
---------------------------------------------------------------------------

src/include/functions_common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
$LANG = "en"; // Default language
6666

6767
// Default Template vars
68-
$content['BUILDNUMBER'] = "4.1.10";
68+
$content['BUILDNUMBER'] = "4.1.11";
6969
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
7070
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
7171
$content['BASEPATH'] = $gl_root_path;

0 commit comments

Comments
 (0)