Skip to content

Commit

Permalink
Version 3.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Oct 17, 2023
1 parent ab980c4 commit 2c7107c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-monitor",
"version": "3.13.1",
"version": "3.14.0",
"description": "The Developer Tools panel for WordPress.",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions query-monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Plugin Name: Query Monitor
* Description: The developer tools panel for WordPress.
* Version: 3.13.1
* Version: 3.14.0
* Plugin URI: https://querymonitor.com/
* Author: John Blackbourn
* Author URI: https://querymonitor.com/
Expand All @@ -33,7 +33,7 @@
exit;
}

define( 'QM_VERSION', '3.13.1' );
define( 'QM_VERSION', '3.14.0' );

$qm_dir = dirname( __FILE__ );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: johnbillion
Tags: debug, debug-bar, development, performance, query monitor, rest-api
Requires at least: 5.5
Tested up to: 6.3
Stable tag: 3.13.1
Stable tag: 3.14.0
License: GPLv2 or later
Requires PHP: 7.4
Donate link: https://github.com/sponsors/johnbillion
Expand Down
2 changes: 1 addition & 1 deletion wp-content/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Query Monitor Database Class (Drop-in)
* Description: Database drop-in for Query Monitor, the developer tools panel for WordPress.
* Version: 3.13.1
* Version: 3.14.0
* Plugin URI: https://querymonitor.com/
* Author: John Blackbourn
* Author URI: https://querymonitor.com/
Expand Down

0 comments on commit 2c7107c

Please sign in to comment.