diff --git a/query-monitor-extend.php b/query-monitor-extend.php index 75f3f2a..6a5fc8b 100644 --- a/query-monitor-extend.php +++ b/query-monitor-extend.php @@ -3,18 +3,18 @@ * Plugin Name: Query Monitor Extend * Plugin URI: https://github.com/crstauf/query-monitor-extend * Description: Additional panels for Query Monitor by John Blackbourn. - * Version: 1.6 + * Version: 1.6.1 * Author: Caleb Stauffer * Author URI: https://develop.calebstauffer.com * Update URI: false * - * QM tested up to: 3.13.1 + * QM tested up to: 3.14.0 */ defined( 'WPINC' ) || die(); defined( 'QMX_DISABLED' ) || define( 'QMX_DISABLED', false ); -defined( 'QMX_TESTED_WITH_QM' ) || define( 'QMX_TESTED_WITH_QM', '3.13.1' ); +defined( 'QMX_TESTED_WITH_QM' ) || define( 'QMX_TESTED_WITH_QM', '3.14.0' ); if ( defined( 'QM_DISABLED' ) && constant( 'QM_DISABLED' ) ) { return; @@ -56,7 +56,7 @@ 'Tested up to Query Monitor %3$s', 'https://wordpress.org/plugins/query-monitor/', 'https://github.com/johnbillion/query-monitor/releases/tag/', - QMX_TESTED_WITH_QM, + constant( 'QMX_TESTED_WITH_QM' ), ) ); diff --git a/readme.md b/readme.md index 0bb1a40..5d9e197 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ ![WP tested 6.3.2](https://img.shields.io/badge/WP-Tested_v6.3.2-blue) -![QM tested up to 3.13.1](https://img.shields.io/badge/QM-Tested_v3.13.1-blue) +![QM tested up to 3.14.0](https://img.shields.io/badge/QM-Tested_v3.14.0-blue) ![License: GPL v3](https://img.shields.io/badge/License-GPL_v3-blue) [![PHPCS](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpcs.yml/badge.svg)](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpcs.yml) [![PHPStan](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpstan.yml/badge.svg)](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpstan.yml)