Changeset 3486705
- Timestamp:
- 03/19/2026 05:11:47 PM (9 days ago)
- Location:
- query-monitor
- Files:
-
- 10 edited
- 1 copied
-
tags/3.20.4 (copied) (copied from query-monitor/trunk)
-
tags/3.20.4/output/Html.php (modified) (1 diff)
-
tags/3.20.4/query-monitor.php (modified) (2 diffs)
-
tags/3.20.4/readme.txt (modified) (3 diffs)
-
tags/3.20.4/vendor/composer/installed.php (modified) (2 diffs)
-
tags/3.20.4/wp-content/db.php (modified) (1 diff)
-
trunk/output/Html.php (modified) (1 diff)
-
trunk/query-monitor.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wp-content/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
query-monitor/tags/3.20.4/output/Html.php
r3484794 r3486705 488 488 // If there's no query string or only a single query parameter, return the URL as is. 489 489 if ( ! str_contains( $url, '&' ) ) { 490 return $url;490 return esc_html( $url ); 491 491 } 492 492 -
query-monitor/tags/3.20.4/query-monitor.php
r3484794 r3486705 11 11 * Plugin Name: Query Monitor 12 12 * Description: The developer tools panel for WordPress. 13 * Version: 3.20. 313 * Version: 3.20.4 14 14 * Plugin URI: https://querymonitor.com/ 15 15 * Author: John Blackbourn … … 37 37 } 38 38 39 define( 'QM_VERSION', '3.20. 3' );39 define( 'QM_VERSION', '3.20.4' ); 40 40 41 41 // This must be required before vendor/autoload.php so QM can serve its own message about PHP compatibility. -
query-monitor/tags/3.20.4/readme.txt
r3484794 r3486705 4 4 Tags: debug, debug-bar, development, performance, query monitor 5 5 Tested up to: 6.9 6 Stable tag: 3.20. 36 Stable tag: 3.20.4 7 7 License: GPL v2 or later 8 8 Donate link: https://github.com/sponsors/johnbillion … … 138 138 ## Changelog ## 139 139 140 ### 3.20.4 (19 March 2026) ### 141 142 * This is a security release which fixes a reflected XSS vulnerability in the Request panel. [Full details in the security advisory](https://github.com/johnbillion/query-monitor/security/advisories/GHSA-2xr4-chcf-vmvf). 143 140 144 ### 3.20.3 (17 March 2026) ### 141 145 … … 191 195 * Various improvements and fixes. 192 196 193 ### 3.16.4 (25 July 2024) ###194 195 * Confirms support for WordPress 6.6.196 197 197 ### Earlier versions ### 198 198 -
query-monitor/tags/3.20.4/vendor/composer/installed.php
r3484794 r3486705 4 4 'pretty_version' => 'dev-release', 5 5 'version' => 'dev-release', 6 'reference' => ' aaf140c39daa4060491922df1743483e0da2721b',6 'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-release', 15 15 'version' => 'dev-release', 16 'reference' => ' aaf140c39daa4060491922df1743483e0da2721b',16 'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
query-monitor/tags/3.20.4/wp-content/db.php
r3484794 r3486705 3 3 * Plugin Name: Query Monitor Database Class (Drop-in) 4 4 * Description: Database drop-in for Query Monitor, the developer tools panel for WordPress. 5 * Version: 3.20. 35 * Version: 3.20.4 6 6 * Plugin URI: https://querymonitor.com/ 7 7 * Author: John Blackbourn -
query-monitor/trunk/output/Html.php
r3484794 r3486705 488 488 // If there's no query string or only a single query parameter, return the URL as is. 489 489 if ( ! str_contains( $url, '&' ) ) { 490 return $url;490 return esc_html( $url ); 491 491 } 492 492 -
query-monitor/trunk/query-monitor.php
r3484794 r3486705 11 11 * Plugin Name: Query Monitor 12 12 * Description: The developer tools panel for WordPress. 13 * Version: 3.20. 313 * Version: 3.20.4 14 14 * Plugin URI: https://querymonitor.com/ 15 15 * Author: John Blackbourn … … 37 37 } 38 38 39 define( 'QM_VERSION', '3.20. 3' );39 define( 'QM_VERSION', '3.20.4' ); 40 40 41 41 // This must be required before vendor/autoload.php so QM can serve its own message about PHP compatibility. -
query-monitor/trunk/readme.txt
r3484794 r3486705 4 4 Tags: debug, debug-bar, development, performance, query monitor 5 5 Tested up to: 6.9 6 Stable tag: 3.20. 36 Stable tag: 3.20.4 7 7 License: GPL v2 or later 8 8 Donate link: https://github.com/sponsors/johnbillion … … 138 138 ## Changelog ## 139 139 140 ### 3.20.4 (19 March 2026) ### 141 142 * This is a security release which fixes a reflected XSS vulnerability in the Request panel. [Full details in the security advisory](https://github.com/johnbillion/query-monitor/security/advisories/GHSA-2xr4-chcf-vmvf). 143 140 144 ### 3.20.3 (17 March 2026) ### 141 145 … … 191 195 * Various improvements and fixes. 192 196 193 ### 3.16.4 (25 July 2024) ###194 195 * Confirms support for WordPress 6.6.196 197 197 ### Earlier versions ### 198 198 -
query-monitor/trunk/vendor/composer/installed.php
r3484794 r3486705 4 4 'pretty_version' => 'dev-release', 5 5 'version' => 'dev-release', 6 'reference' => ' aaf140c39daa4060491922df1743483e0da2721b',6 'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-release', 15 15 'version' => 'dev-release', 16 'reference' => ' aaf140c39daa4060491922df1743483e0da2721b',16 'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
query-monitor/trunk/wp-content/db.php
r3484794 r3486705 3 3 * Plugin Name: Query Monitor Database Class (Drop-in) 4 4 * Description: Database drop-in for Query Monitor, the developer tools panel for WordPress. 5 * Version: 3.20. 35 * Version: 3.20.4 6 6 * Plugin URI: https://querymonitor.com/ 7 7 * Author: John Blackbourn
Note: See TracChangeset
for help on using the changeset viewer.