File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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.8
6
+ * Version: 1.9
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.8 ' ;
25
+ const VERSION = '1.9 ' ;
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.7
6
- Stable tag: 1.8
6
+ Stable tag: 1.9
7
7
License: GPLv2 or later
8
8
License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
9
You can’t perform that action at this time.
0 commit comments