readme.txt 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. === Debug Bar ===
  2. Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka
  3. Tags: debug
  4. Tested up to: 3.6
  5. Stable tag: 0.8
  6. Requires at least: 3.1
  7. Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
  8. == Description ==
  9. Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
  10. A must for developers!
  11. When WP_DEBUG is enabled it also tracks PHP Warnings and Notices to make them easier to find.
  12. When SAVEQUERIES is enabled the mysql queries are tracked and displayed.
  13. Add a PHP/MySQL console with the [Debug Bar Console plugin](http://wordpress.org/extend/plugins/debug-bar-console/).
  14. == Upgrade Notice ==
  15. = 0.8.1 =
  16. Minor security fix.
  17. = 0.8 =
  18. WordPress 3.3 compatibility
  19. UI refresh
  20. Removed jQuery UI requirement
  21. Full screen by default
  22. New debug-bar query parameter to show on page load
  23. Removed display cookies
  24. JavaScript error tracking (disabled by default)
  25. = 0.7 =
  26. Made compatible with PHP < 5.2.0
  27. CSS Tweaks
  28. Load JavaScript in Footer
  29. Fixed display issues for WP_Query debug on CPT archives pages
  30. SQL/DB error tracking
  31. = 0.6 =
  32. Added maximize/restore button
  33. Added cookie to keep track of debug bar state
  34. Added post type information to WP_Query tab
  35. Bug fix where bottom of page was obscured in the admin
  36. = 0.5 =
  37. New UI
  38. Backend rewritten with a class for each panel
  39. Many miscellaneous improvements
  40. = 0.4.1 =
  41. Compatibility updates for trunk
  42. = 0.4 =
  43. Added DB Version information
  44. Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked
  45. Compatibility updates for trunk
  46. = 0.3 =
  47. Added WordPress Query infomation
  48. Added Request parsing information
  49. = 0.2 =
  50. Added PHP Notice / Warning tracking when WP_DEBUG enabled
  51. Added deprecated function usage tracking
  52. = 0.1 =
  53. Initial Release
  54. == Changelog ==
  55. = 0.8.1 =
  56. Minor security fix.
  57. = 0.8 =
  58. WordPress 3.3 compatibility
  59. UI refresh
  60. Removed jQuery UI requirement
  61. Full screen by default
  62. New debug-bar query parameter to show on page load
  63. Removed display cookies
  64. JavaScript error tracking (disabled by default)
  65. = 0.7 =
  66. Made compatible with PHP < 5.2.0
  67. CSS Tweaks
  68. Load JavaScript in Footer
  69. Fixed display issues for WP_Query debug on CPT archives pages
  70. SQL/DB error tracking
  71. = 0.6 =
  72. Added maximize/restore button
  73. Added cookie to keep track of debug bar state
  74. Added post type information to WP_Query tab
  75. Bug fix where bottom of page was obscured in the admin
  76. = 0.5 =
  77. New UI
  78. Backend rewritten with a class for each panel
  79. Many miscellaneous improvements
  80. = 0.4.1 =
  81. Compatibility updates for trunk
  82. = 0.4 =
  83. Added DB Version information
  84. Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked
  85. Compatibility updates for trunk
  86. = 0.3 =
  87. Added WordPress Query infomation
  88. Added Request parsing information
  89. = 0.2 =
  90. Added PHP Notice / Warning tracking when WP_DEBUG enabled
  91. Added deprecated function usage tracking
  92. = 0.1 =
  93. Initial Release
  94. == Installation ==
  95. Use automatic installer.