Added changelog

This commit is contained in:
Andre Lorbach 2010-10-22 16:26:51 +02:00
parent 24de694d47
commit 6ac575aa07
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
---------------------------------------------------------------------------
Version 3.0.2 (beta), 2010-10-22
- Added support to use a proxy server for internal url request. For
example the update check request which is done during login
will use this proxy server if configured.
---------------------------------------------------------------------------
Version 3.0.1 (beta), 2010-04-14
- Fixed record height issue when "Show Onlinesearch icons within fields"
option was enabled

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "3.0.1";
$content['BUILDNUMBER'] = "3.0.2";
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path;