Skip to content

Commit a9d0f80

Browse files
committed
Version 3.16.4.
1 parent 0e158bd commit a9d0f80

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-monitor",
3-
"version": "3.16.3",
3+
"version": "3.16.4",
44
"description": "The Developer Tools panel for WordPress.",
55
"license": "GPL-2.0-or-later",
66
"private": true,

query-monitor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* Plugin Name: Query Monitor
1212
* Description: The developer tools panel for WordPress.
13-
* Version: 3.16.3
13+
* Version: 3.16.4
1414
* Plugin URI: https://querymonitor.com/
1515
* Author: John Blackbourn
1616
* Author URI: https://querymonitor.com/
@@ -36,7 +36,7 @@
3636
exit;
3737
}
3838

39-
define( 'QM_VERSION', '3.16.3' );
39+
define( 'QM_VERSION', '3.16.4' );
4040

4141
// This must be required before vendor/autoload.php so QM can serve its own message about PHP compatibility.
4242
require_once __DIR__ . '/classes/PHP.php';

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contributors: johnbillion
44
Tags: debug, debug-bar, development, performance, query monitor
55
Tested up to: 6.6
6-
Stable tag: 3.16.3
6+
Stable tag: 3.16.4
77
License: GPLv2 or later
88
Donate link: https://github.com/sponsors/johnbillion
99

wp-content/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Query Monitor Database Class (Drop-in)
44
* Description: Database drop-in for Query Monitor, the developer tools panel for WordPress.
5-
* Version: 3.16.3
5+
* Version: 3.16.4
66
* Plugin URI: https://querymonitor.com/
77
* Author: John Blackbourn
88
* Author URI: https://querymonitor.com/

0 commit comments

Comments
 (0)