readme.txt 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. === Debug Bar ===
  2. Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka
  3. Tags: debug
  4. Tested up to: 4.1-alpha
  5. Stable tag: 0.8.2
  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.2 =
  16. Updated to handle a new deprecated message in WordPress 4.0.
  17. = 0.8.1 =
  18. Minor security fix.
  19. = 0.8 =
  20. WordPress 3.3 compatibility
  21. UI refresh
  22. Removed jQuery UI requirement
  23. Full screen by default
  24. New debug-bar query parameter to show on page load
  25. Removed display cookies
  26. JavaScript error tracking (disabled by default)
  27. = 0.7 =
  28. Made compatible with PHP < 5.2.0
  29. CSS Tweaks
  30. Load JavaScript in Footer
  31. Fixed display issues for WP_Query debug on CPT archives pages
  32. SQL/DB error tracking
  33. = 0.6 =
  34. Added maximize/restore button
  35. Added cookie to keep track of debug bar state
  36. Added post type information to WP_Query tab
  37. Bug fix where bottom of page was obscured in the admin
  38. = 0.5 =
  39. New UI
  40. Backend rewritten with a class for each panel
  41. Many miscellaneous improvements
  42. = 0.4.1 =
  43. Compatibility updates for trunk
  44. = 0.4 =
  45. Added DB Version information
  46. Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked
  47. Compatibility updates for trunk
  48. = 0.3 =
  49. Added WordPress Query infomation
  50. Added Request parsing information
  51. = 0.2 =
  52. Added PHP Notice / Warning tracking when WP_DEBUG enabled
  53. Added deprecated function usage tracking
  54. = 0.1 =
  55. Initial Release
  56. == Changelog ==
  57. = 0.8.1 =
  58. Minor security fix.
  59. = 0.8 =
  60. WordPress 3.3 compatibility
  61. UI refresh
  62. Removed jQuery UI requirement
  63. Full screen by default
  64. New debug-bar query parameter to show on page load
  65. Removed display cookies
  66. JavaScript error tracking (disabled by default)
  67. = 0.7 =
  68. Made compatible with PHP < 5.2.0
  69. CSS Tweaks
  70. Load JavaScript in Footer
  71. Fixed display issues for WP_Query debug on CPT archives pages
  72. SQL/DB error tracking
  73. = 0.6 =
  74. Added maximize/restore button
  75. Added cookie to keep track of debug bar state
  76. Added post type information to WP_Query tab
  77. Bug fix where bottom of page was obscured in the admin
  78. = 0.5 =
  79. New UI
  80. Backend rewritten with a class for each panel
  81. Many miscellaneous improvements
  82. = 0.4.1 =
  83. Compatibility updates for trunk
  84. = 0.4 =
  85. Added DB Version information
  86. Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked
  87. Compatibility updates for trunk
  88. = 0.3 =
  89. Added WordPress Query infomation
  90. Added Request parsing information
  91. = 0.2 =
  92. Added PHP Notice / Warning tracking when WP_DEBUG enabled
  93. Added deprecated function usage tracking
  94. = 0.1 =
  95. Initial Release
  96. == Installation ==
  97. Use automatic installer.