Added Changelog entry

This commit is contained in:
Andre Lorbach 2008-10-22 16:21:46 +02:00
parent c9e066f486
commit 3055365dc3
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
Version 2.5.15 (beta), 2008-10-22
- Corrected the check for magic_quotes_gpc which is important when saving
configuration values are saved into the UserDB. This also fixes a
problem of duplicating backslahes when using \ or ' in string fields.
- Fixed a minor bug of handling and saving the ViewEntriesPerPage option.
- Added Option to inject custom html code into the header and footer.
- Added Help Links into the message parser admin panel.
- Cleaned up and enhanced the default and dark theme.
- Improved documentation
---------------------------------------------------------------------------
Version 2.5.14 (beta), 2008-10-10 Version 2.5.14 (beta), 2008-10-10
- Added support for fully customizeable fields. This includes a fields - Added support for fully customizeable fields. This includes a fields
admin with possibility to customize width and alignment of fields, admin with possibility to customize width and alignment of fields,

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language $LANG = "en"; // Default language
// Default Template vars // Default Template vars
$content['BUILDNUMBER'] = "2.5.14"; $content['BUILDNUMBER'] = "2.5.15";
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path; $content['BASEPATH'] = $gl_root_path;
$content['SHOW_DONATEBUTTON'] = true; // Default = true! $content['SHOW_DONATEBUTTON'] = true; // Default = true!