FirePHP Changelog

What's new in FirePHP 0.7.4

Jan 7, 2017
  • Fixes Firebug 1.12 compatibility.

New in FirePHP 0.7.1 (Apr 11, 2012)

  • (Issue 3) [FirePHP 'No Modify Agent' not working](https://github.com/firephp/firephp-extension/issues/3)

New in FirePHP 0.7.0 (Feb 17, 2012)

  • Major refactor for Firebug 1.9.

New in FirePHP 0.6.2 (Aug 31, 2011)

  • Set browser version to `5.0` to `7.*`
  • (Issue 174) Erroneous Firebug version check gives warning and disabled FirePHP
  • Refactored project to use PINF to manage development workspace

New in FirePHP 0.5.0 (Nov 3, 2010)

  • Support for Firefox 4
  • Support for Firebug 1.7
  • (Issue 135) Option to not change the User-Agent request header. In the Firefox menu go to: Tools -> FirePHP -> Options and uncheck Modify User-Agent Header. You must be using FirePHPCore 0.3.2+ or Zend Framework 1.10.3+.
  • Option to show Variable Viewer on click (vs hover). In the Firefox menu go to: Tools -> FirePHP -> Options and check Click for Variable Viewer.
  • More reliable logging when lots of messages are combined with groups
  • Duplicate console output
  • Remove advertised support for Firefox 3.0 on FirePHP 0.4.x branch
  • Redirect "dump" to "log" in extension

New in FirePHP 0.4.3 (Apr 27, 2010)

  • Now works with Firebug 1.4.2 and Firebug 1.5a21.

New in FirePHP 0.4.2 (Nov 24, 2009)

  • (Issue 124) FirePHP 0.3.1 not working with Firebug 1.4.2+
  • (Issue 126) FirePHP 0.3.1 does not work with Firebug 1.5a21

New in FirePHP 0.3.1 (Oct 5, 2009)

  • (Issue 110) No console logging in iceweasel 3.0.6 with firebug 1.3.3

New in FirePHP 0.3 (May 27, 2009)

  • FirePHP doesn't play nice with User Agent Switcher.
  • Auto/Pre collapsing groups AND Custom group row colors.
  • Console not working with Firebug 1.4a13".

New in FirePHP 0.2.4 (Feb 16, 2009)

  • FirePHP does not work with Firebug 1.4
  • File and Line info does not show when firebug is running in window.
  • Added donation menu item.

New in FirePHP 0.2.1 (Nov 10, 2008)

  • File and Line Information:
  • By default you can see the source file name and line number where each message was triggered when you hover over the message in the Firebug Console.
  • Full UTF-8 and Latin-1 Support:
  • FirePHP now supports UTF-8 and Latin-1 (ISO-8859-1) encoded files and strings. All other encodings should work as well as all data gets converted to UTF-8.
  • Enhanced Variable display in Console:
  • The variable display in the Console has been completely overhauled. Different types of variables including objects and labels are now properly displayed, abbreviated and highlighted.
  • Other Improvements:
  • The Variable Viewer can be resized
  • FirePHP will tell you when you need to upgrade your server library
  • Built-in error and exception handlers
  • Message grouping
  • New object oriented API to access FirePHP via static methods
  • Support for Firebug 1.3

New in FirePHP 0.1.2 (Sep 1, 2008)

  • FirePHP does not display messages in the console with latest version of Firebug
  • Prevent "not well-formed error" in JS console when loading processor and renderer
  • Updated wildfire protocol to wrap header message values with "|"
  • Updated Net panel override to make it consistent with latest changes in fb 1.2

New in FirePHP 0.1.1 (Aug 5, 2008)

  • Major update with new features and revisions to the UI.