diff --git a/package-lock.json b/package-lock.json index 5b36e9d6a..fa395637d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "query-monitor", - "version": "3.16.3", + "version": "3.16.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fe8b0b30e..a68fb226a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "query-monitor", - "version": "3.16.3", + "version": "3.16.4", "description": "The Developer Tools panel for WordPress.", "license": "GPL-2.0-or-later", "private": true, diff --git a/query-monitor.php b/query-monitor.php index 8c21e0d4f..c52460306 100644 --- a/query-monitor.php +++ b/query-monitor.php @@ -10,7 +10,7 @@ * * Plugin Name: Query Monitor * Description: The developer tools panel for WordPress. - * Version: 3.16.3 + * Version: 3.16.4 * Plugin URI: https://querymonitor.com/ * Author: John Blackbourn * Author URI: https://querymonitor.com/ @@ -36,7 +36,7 @@ exit; } -define( 'QM_VERSION', '3.16.3' ); +define( 'QM_VERSION', '3.16.4' ); // This must be required before vendor/autoload.php so QM can serve its own message about PHP compatibility. require_once __DIR__ . '/classes/PHP.php'; diff --git a/readme.txt b/readme.txt index 7b9f1f95f..63d20b9ed 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: johnbillion Tags: debug, debug-bar, development, performance, query monitor Tested up to: 6.6 -Stable tag: 3.16.3 +Stable tag: 3.16.4 License: GPLv2 or later Donate link: https://github.com/sponsors/johnbillion diff --git a/wp-content/db.php b/wp-content/db.php index 6d7742c85..34de8b415 100644 --- a/wp-content/db.php +++ b/wp-content/db.php @@ -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.3 + * Version: 3.16.4 * Plugin URI: https://querymonitor.com/ * Author: John Blackbourn * Author URI: https://querymonitor.com/