File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
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.7
6
+ * Version: 1.8
7
7
* Requires at least: 6.5
8
- * Tested up to: 6.6
8
+ * Tested up to: 6.7
9
9
* Author: Jon Surrell
10
10
* Author URI: https://profiles.wordpress.org/jonsurrell/
11
11
* License: GPLv2 or later
22
22
require_once __DIR__ . '/html-api-integration.php ' ;
23
23
24
24
const SLUG = 'html-api-debugger ' ;
25
- const VERSION = '1.7 ' ;
25
+ const VERSION = '1.8 ' ;
26
26
27
27
/** Set up the plugin. */
28
28
function init () {
Original file line number Diff line number Diff line change 2
2
Contributors: jonsurrell
3
3
Tags: HTML API, development, debug
4
4
Requires at least: 6.5
5
- Tested up to: 6.6
6
- Stable tag: 1.7
5
+ Tested up to: 6.7
6
+ Stable tag: 1.8
7
7
License: GPLv2 or later
8
8
License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
9
@@ -85,3 +85,5 @@ Add a page to wp-admin for debugging the HTML API.
85
85
* Update DOM tree when HTML document is mutated.
86
86
* Fix deprecation notice on WordPress 6.7.
87
87
* Register script modules unconditionally.
88
+
89
+ = 1.8 =
You can’t perform that action at this time.
0 commit comments