Skip to content

Commit 52d4790

Browse files
committed
Update version numbers
1 parent 05554dd commit 52d4790

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-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: 2.4
6+
* Version: 2.5
77
* Requires at least: 6.7
88
* Tested up to: 6.8
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 = '2.4';
25+
const VERSION = '2.5';
2626

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

html-api-debugger/readme.txt

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

@@ -15,6 +15,9 @@ Please file issues and pull requests on the [GitHub repository](https://github.c
1515

1616
== Changelog ==
1717

18+
= 2.5 =
19+
* Fix a crash when using WordPress 6.7.
20+
1821
= 2.4 =
1922
* Add experimental support for HTML API selectors.
2023
* Display document title.

0 commit comments

Comments
 (0)