Skip to content

Commit a68ce9e

Browse files
committed
Prep for 1.8 release and WP 6.7
1 parent 1b64c60 commit a68ce9e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

html-api-debugger/html-api-debugger.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Plugin Name: HTML API Debugger
44
* Plugin URI: https://github.com/sirreal/html-api-debugger
55
* Description: Add a page to wp-admin for debugging the HTML API.
6-
* Version: 1.7
6+
* Version: 1.8
77
* Requires at least: 6.5
8-
* Tested up to: 6.6
8+
* Tested up to: 6.7
99
* Author: Jon Surrell
1010
* Author URI: https://profiles.wordpress.org/jonsurrell/
1111
* License: GPLv2 or later
@@ -22,7 +22,7 @@
2222
require_once __DIR__ . '/html-api-integration.php';
2323

2424
const SLUG = 'html-api-debugger';
25-
const VERSION = '1.7';
25+
const VERSION = '1.8';
2626

2727
/** Set up the plugin. */
2828
function init() {

html-api-debugger/readme.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: jonsurrell
33
Tags: HTML API, development, debug
44
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
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -85,3 +85,5 @@ Add a page to wp-admin for debugging the HTML API.
8585
* Update DOM tree when HTML document is mutated.
8686
* Fix deprecation notice on WordPress 6.7.
8787
* Register script modules unconditionally.
88+
89+
= 1.8 =

0 commit comments

Comments
 (0)