Releases: bkdotcom/PHPDebugConsole
Releases · bkdotcom/PHPDebugConsole
v1.2
EasyGoing
- Dropped PHP4 support
- !! Now namespaced namespace bdk\Debug;
- !! the javascript is now output with the log (by default) - no need to output/include separately
- Internal: now follows PSR-2 coding standard
- Internal: error-handling methods and functionality now in separate class
- Internal: base css moved to Debug.css
- cfg and data properties are now protected
- added singleton getInstance method - which is the preferred way to instantiate the class: $debug = \bdk\Debug\Debug::getInstance();
- New config options
- firephpOptions (array)
- outputScript (boolean) true
- filepathCss (string) "./Debug.css"
- filepathScript (string) "./Debug.jquery.min.js"
- deprecated setCfg(). Use set() (which semantically matches "get()")
- FirePHP options are now configurable
- FirePHP's default path changed from ./FirePHP/FirePHP.class.php to ./FirePHP.class.php
v1.0.1
Initial release
v1.0 Create Debug.jquery.js