-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
59 lines (42 loc) · 1.57 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=== Debug Bar Console ===
Contributors: drewapicture, koopersmith
Tags: debug, developer, console
Tested up to: 6.7
Stable tag: 1.0.0
Requires at least: 3.1
License: GPLv2
Adds a PHP/SQL console panel to the Debug Bar. Requires the [Debug Bar](https://wordpress.org/plugins/debug-bar/) plugin.
== Description ==
Adds a PHP/SQL console panel to the Debug Bar. Requires the [Debug Bar plugin](http://wordpress.org/extend/plugins/debug-bar/) (v0.5 or later).
This plugin was adopted in 2024 from the previous author, [@koopersmith](https://profiles.wordpress.org/koopersmith/).
== Upgrade Notice ==
= 1.0.0 =
* New - Code refactored, modernized, and improved
* Misc - Updated for compatibility with WordPress 6.7
* Misc - PHP 7.4 minimum is now required
= 0.3 =
* New - Added syntax highlighting using the CodeMirror text editor.
* Misc - Explicit PHP/SQL modes.
* Misc - UI changes to reflect updated debug bar UI.
= 0.2 =
* Misc - Improvements to MySQL detection and display.
* Misc – Bug fixes.
= 0.1 =
* Initial Release
== Changelog ==
= 1.0.0 =
* New - Code refactored, modernized, and improved
* Misc - Updated for compatibility with WordPress 6.7
* Misc - PHP 7.4 minimum is now required
= 0.3 =
* New - Added syntax highlighting using the CodeMirror text editor.
* Misc - Explicit PHP/SQL modes.
* Misc - UI changes to reflect updated debug bar UI.
= 0.2 =
* Misc - Improvements to MySQL detection and display.
* Misc – Bug fixes.
= 0.1 =
* Initial Release
== Installation ==
Install the [Debug Bar plugin](http://wordpress.org/extend/plugins/debug-bar/).
Use automatic installer.