Skip to content

Commit ce77e14

Browse files
committed
Version 3.20.1.
1 parent 2735784 commit ce77e14

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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.20.0",
3+
"version": "3.20.1",
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.20.0
13+
* Version: 3.20.1
1414
* Plugin URI: https://querymonitor.com/
1515
* Plugin ID: did:plc:q2afge25l63iz553aumeqi3w
1616
* Author: John Blackbourn
@@ -37,7 +37,7 @@
3737
exit;
3838
}
3939

40-
define( 'QM_VERSION', '3.20.0' );
40+
define( 'QM_VERSION', '3.20.1' );
4141

4242
// This must be required before vendor/autoload.php so QM can serve its own message about PHP compatibility.
4343
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.9
6-
Stable tag: 3.20.0
6+
Stable tag: 3.20.1
77
License: GPL v2 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.20.0
5+
* Version: 3.20.1
66
* Plugin URI: https://querymonitor.com/
77
* Author: John Blackbourn
88
* Author URI: https://querymonitor.com/

0 commit comments

Comments
 (0)