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.5
6
+ * Version: 1.6
7
7
* Requires at least: 6.5
8
8
* Tested up to: 6.6
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.5 ' ;
25
+ const VERSION = '1.6 ' ;
26
26
27
27
/** Set up the plugin. */
28
28
function init () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: jonsurrell
3
3
Tags: HTML API, development, debug
4
4
Requires at least: 6.5
5
5
Tested up to: 6.6
6
- Stable tag: 1.5
6
+ Stable tag: 1.6
7
7
License: GPLv2 or later
8
8
License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
9
@@ -74,3 +74,5 @@ Add a page to wp-admin for debugging the HTML API.
74
74
* Improve initial rendering and reduce layout shift.
75
75
* Allow copying playground links to latest, beta, and nightly versions.
76
76
* Allow copying playground links to specific wordpress-develop PRs.
77
+
78
+ = 1.6 =
You can’t perform that action at this time.
0 commit comments