Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 10, 2024
1 parent 05554dd commit 52d4790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions html-api-debugger/html-api-debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: HTML API Debugger
* Plugin URI: https://github.com/sirreal/html-api-debugger
* Description: Add a page to wp-admin for debugging the HTML API.
* Version: 2.4
* Version: 2.5
* Requires at least: 6.7
* Tested up to: 6.8
* Author: Jon Surrell
Expand All @@ -22,7 +22,7 @@
require_once __DIR__ . '/html-api-integration.php';

const SLUG = 'html-api-debugger';
const VERSION = '2.4';
const VERSION = '2.5';

/** Set up the plugin. */
function init() {
Expand Down
5 changes: 4 additions & 1 deletion html-api-debugger/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jonsurrell, bernhard-reiter
Tags: HTML API, development, debug
Requires at least: 6.7
Tested up to: 6.8
Stable tag: 2.4
Stable tag: 2.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.5 =
* Fix a crash when using WordPress 6.7.

= 2.4 =
* Add experimental support for HTML API selectors.
* Display document title.
Expand Down

0 comments on commit 52d4790

Please sign in to comment.