Skip to content

Commit e2cf9b2

Browse files
committed
Prep v1.6
1 parent d532d8d commit e2cf9b2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.5
6+
* Version: 1.6
77
* Requires at least: 6.5
88
* Tested up to: 6.6
99
* Author: Jon Surrell
@@ -22,7 +22,7 @@
2222
require_once __DIR__ . '/html-api-integration.php';
2323

2424
const SLUG = 'html-api-debugger';
25-
const VERSION = '1.5';
25+
const VERSION = '1.6';
2626

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

html-api-debugger/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jonsurrell
33
Tags: HTML API, development, debug
44
Requires at least: 6.5
55
Tested up to: 6.6
6-
Stable tag: 1.5
6+
Stable tag: 1.6
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -74,3 +74,5 @@ Add a page to wp-admin for debugging the HTML API.
7474
* Improve initial rendering and reduce layout shift.
7575
* Allow copying playground links to latest, beta, and nightly versions.
7676
* Allow copying playground links to specific wordpress-develop PRs.
77+
78+
= 1.6 =

0 commit comments

Comments
 (0)