Skip to content

Releases: bkdotcom/PHPDebugConsole

EasyGoing

10 Oct 14:05
Compare
Choose a tag to compare
  • 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

18 Jul 14:09
Compare
Choose a tag to compare

addresses a few issues with initial release

Initial release

16 Jun 16:40
Compare
Choose a tag to compare
v1.0

Create Debug.jquery.js