File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: HTML API Debugger
4
4
* Plugin URI: https://github.com/sirreal/html-api-debugger
5
5
* Description: Add a page to wp-admin for debugging the HTML API.
6
- * Version: 1.9
6
+ * Version: 2.0
7
7
* Requires at least: 6.5
8
8
* Tested up to: 6.7
9
9
* Author: Jon Surrell
22
22
require_once __DIR__ . '/html-api-integration.php ' ;
23
23
24
24
const SLUG = 'html-api-debugger ' ;
25
- const VERSION = '1.9 ' ;
25
+ const VERSION = '2.0 ' ;
26
26
27
27
/** Set up the plugin. */
28
28
function init () {
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ Contributors: jonsurrell
3
3
Tags: HTML API, development, debug
4
4
Requires at least: 6.5
5
5
Tested up to: 6.7
6
- Stable tag: 1.9
6
+ Stable tag: 2.0
7
7
License: GPLv2 or later
8
8
License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
9
10
10
Add a page to wp-admin for debugging the HTML API.
11
11
12
12
== Changelog ==
13
13
14
+ = 2.0 =
15
+
14
16
= 1.9 =
15
17
* Update WordPress Playground links to use current query args.
16
18
* Improve span highlighting reliability.
You can’t perform that action at this time.
0 commit comments