Skip to content

Commit 51e460f

Browse files
committed
Version 3.12.0.
1 parent 4df4537 commit 51e460f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.11.2",
3+
"version": "3.12.0",
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.11.2
13+
* Version: 3.12.0
1414
* Plugin URI: https://querymonitor.com/
1515
* Author: John Blackbourn
1616
* Author URI: https://querymonitor.com/
@@ -33,7 +33,7 @@
3333
exit;
3434
}
3535

36-
define( 'QM_VERSION', '3.11.2' );
36+
define( 'QM_VERSION', '3.12.0' );
3737

3838
$qm_dir = dirname( __FILE__ );
3939

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: johnbillion
33
Tags: debug, debug-bar, development, performance, query monitor, rest-api
44
Requires at least: 5.2
55
Tested up to: 6.2
6-
Stable tag: 3.11.2
6+
Stable tag: 3.12.0
77
License: GPLv2 or later
88
Requires PHP: 7.2
99
Donate link: https://github.com/sponsors/johnbillion

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.11.2
5+
* Version: 3.12.0
66
* Plugin URI: https://querymonitor.com/
77
* Author: John Blackbourn
88
* Author URI: https://querymonitor.com/

0 commit comments

Comments
 (0)