Version Description
Updated to avoid incompatibilities with some extensions.
Download this release
Release Info
| Developer | dd32 |
| Plugin | |
| Version | 0.8.4 |
| Comparing to | |
| See all releases | |
Code changes from version 0.8.3 to 0.8.4
- debug-bar.php +2 -2
- panels/class-debug-bar-panel.php +1 -1
- readme.txt +8 -2
debug-bar.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
Plugin URI: https://wordpress.org/plugins/debug-bar/
|
| 5 |
Description: Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
|
| 6 |
Author: wordpressdotorg
|
| 7 |
-
Version: 0.8.
|
| 8 |
Author URI: https://wordpress.org/
|
| 9 |
*/
|
| 10 |
|
|
@@ -27,7 +27,7 @@ class Debug_Bar {
|
|
| 27 |
}
|
| 28 |
|
| 29 |
function Debug_Bar() {
|
| 30 |
-
|
| 31 |
}
|
| 32 |
|
| 33 |
function init() {
|
| 4 |
Plugin URI: https://wordpress.org/plugins/debug-bar/
|
| 5 |
Description: Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
|
| 6 |
Author: wordpressdotorg
|
| 7 |
+
Version: 0.8.4
|
| 8 |
Author URI: https://wordpress.org/
|
| 9 |
*/
|
| 10 |
|
| 27 |
}
|
| 28 |
|
| 29 |
function Debug_Bar() {
|
| 30 |
+
Debug_Bar::__construct();
|
| 31 |
}
|
| 32 |
|
| 33 |
function init() {
|
panels/class-debug-bar-panel.php
CHANGED
|
@@ -16,7 +16,7 @@ class Debug_Bar_Panel {
|
|
| 16 |
}
|
| 17 |
|
| 18 |
function Debug_Bar_Panel( $title = '' ) {
|
| 19 |
-
|
| 20 |
}
|
| 21 |
|
| 22 |
/**
|
| 16 |
}
|
| 17 |
|
| 18 |
function Debug_Bar_Panel( $title = '' ) {
|
| 19 |
+
Debug_Bar_Panel::__construct( $title );
|
| 20 |
}
|
| 21 |
|
| 22 |
/**
|
readme.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
=== Debug Bar ===
|
| 2 |
-
Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka
|
| 3 |
Tags: debug
|
| 4 |
Tested up to: 4.5
|
| 5 |
-
Stable tag: 0.8.
|
| 6 |
Requires at least: 3.1
|
| 7 |
|
| 8 |
Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
|
|
@@ -21,6 +21,9 @@ Add a PHP/MySQL console with the [Debug Bar Console plugin](https://wordpress.or
|
|
| 21 |
|
| 22 |
== Upgrade Notice ==
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
= 0.8.3 =
|
| 25 |
Updated to avoid PHP7 Deprecated notices.
|
| 26 |
|
|
@@ -78,6 +81,9 @@ Initial Release
|
|
| 78 |
|
| 79 |
== Changelog ==
|
| 80 |
|
|
|
|
|
|
|
|
|
|
| 81 |
= 0.8.3 =
|
| 82 |
Updated to avoid PHP7 Deprecated notices.
|
| 83 |
|
| 1 |
=== Debug Bar ===
|
| 2 |
+
Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka, dd32
|
| 3 |
Tags: debug
|
| 4 |
Tested up to: 4.5
|
| 5 |
+
Stable tag: 0.8.4
|
| 6 |
Requires at least: 3.1
|
| 7 |
|
| 8 |
Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
|
| 21 |
|
| 22 |
== Upgrade Notice ==
|
| 23 |
|
| 24 |
+
= 0.8.4 =
|
| 25 |
+
Updated to avoid incompatibilities with some extensions.
|
| 26 |
+
|
| 27 |
= 0.8.3 =
|
| 28 |
Updated to avoid PHP7 Deprecated notices.
|
| 29 |
|
| 81 |
|
| 82 |
== Changelog ==
|
| 83 |
|
| 84 |
+
= 0.8.4 =
|
| 85 |
+
Updated to avoid incompatibilities with some extensions.
|
| 86 |
+
|
| 87 |
= 0.8.3 =
|
| 88 |
Updated to avoid PHP7 Deprecated notices.
|
| 89 |
|
