Skip to content

Commit 482c5f5

Browse files
committed
Version 3.17.2.
1 parent 3574e2a commit 482c5f5

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.17.1",
3+
"version": "3.17.2",
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.17.1
13+
* Version: 3.17.2
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.17.1' );
39+
define( 'QM_VERSION', '3.17.2' );
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.7
6-
Stable tag: 3.17.1
6+
Stable tag: 3.17.2
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.17.1
5+
* Version: 3.17.2
66
* Plugin URI: https://querymonitor.com/
77
* Author: John Blackbourn
88
* Author URI: https://querymonitor.com/

0 commit comments

Comments
 (0)