Changelog
1.3.0 - feature release
released on 2006-12-04
- NEW: full tracebacks with mouseover
- NEW: better, more transparent examples
- FIXED: variable watches threw PHP notices in certain cases
1.2.1 - bugfix release for PHP 5.1.x
released on 2005-11-28
- FIXED: PHP 5.1.x shows suggestions how to upgrade your old code. This suggestions are now handled by new debugConsole filter "suggestions" so that you can handle them properly.
- FIXED: PHP 5.1.x suggests setting a timezone for the date function, this is now done in debugConsole.config.php
1.2.0 - feature release
released on 2005-11-18
- NEW: new option $_debugConsoleConfig['focus'] in config-file focusses the debugConsole after each debug-run
- FIXED: file/line backtrace finds the correct location much more reliable now
1.1.0 - feature release
released on 2005-11-14
- NEW: logfile options now allow to solely write to logfile and switch console off
- FIXED: logfile had no linewraps
- IMPROVED: better html2text conversion for logfile
1.0.3 - bugfix release
released on 2005-11-12
- FIXED: debugConsole HTML document had invalid body tag
1.0.2 - bugfix release
released on 2005-11-11
- FIXED: debugConsole class sometimes threw notices itself
- FIXED: debugConsole on Internet Explorer had no scrollbars
- FIXED: config file corrupted when saving with windows linebreaks
- IMPROVED: debugConsole was restricted to localhost by default, restriction now removed by default
- IMPROVED: example.php had short open tags
1.0.1 - bugfix release
released on 2005-11-10
- FIXED: debug-run header had german words in it
1.0.0 - initial release
released on 2005-11-09
- first offical release