diff --git a/ChangeLog b/ChangeLog index c67ad66..a7b30da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ --------------------------------------------------------------------------- +Version 2.1.6 (beta), 2008-05-19 +- Fixed filter bug, if you want to filter with ":", you can do this by + using "\:" now. +- Added donate button ;) +- Changed install.php handling, so it is not necessary to remove the + script after installation anymore. It is only possible to use + install.php if the config.php is empty or does not exist. +- Added check for installed PHP Version. phpLogCon will refuse to run + on PHP4 or lower from now on! +--------------------------------------------------------------------------- Version 2.1.5 (beta), 2008-05-05 - Converted all files into UNIX format (^M has been removed) --------------------------------------------------------------------------- diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 497f810..c676654 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -73,7 +73,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.1.2"; +$content['BUILDNUMBER'] = "2.1.6"; $content['TITLE'] = "PhpLogCon - Release " . $content['BUILDNUMBER']; // Title of the Page $content['BASEPATH'] = $gl_root_path; $content['EXTRA_METATAGS'] = ""; diff --git a/src/templates/include_menu.html b/src/templates/include_menu.html index cbecfe8..cc7f009 100644 --- a/src/templates/include_menu.html +++ b/src/templates/include_menu.html @@ -7,6 +7,7 @@