Skip to content

Commit

Permalink
Version 3.16.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed May 22, 2024
1 parent 672ff20 commit 9ac0865
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.16.0",
"version": "3.16.3",
"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.16.0
* Version: 3.16.3
* Plugin URI: https://querymonitor.com/
* Author: John Blackbourn
* Author URI: https://querymonitor.com/
Expand All @@ -36,7 +36,7 @@
exit;
}

define( 'QM_VERSION', '3.16.0' );
define( 'QM_VERSION', '3.16.3' );

// This must be required before vendor/autoload.php so QM can serve its own message about PHP compatibility.
require_once __DIR__ . '/classes/PHP.php';
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
Tested up to: 6.5
Stable tag: 3.16.0
Stable tag: 3.16.3
License: GPLv2 or later
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.16.0
* Version: 3.16.3
* Plugin URI: https://querymonitor.com/
* Author: John Blackbourn
* Author URI: https://querymonitor.com/
Expand Down

0 comments on commit 9ac0865

Please sign in to comment.