Plugin Directory

Changeset 3486705


Ignore:
Timestamp:
03/19/2026 05:11:47 PM (9 days ago)
Author:
johnbillion
Message:

Update to version 3.20.4 from GitHub

Location:
query-monitor
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • query-monitor/tags/3.20.4/output/Html.php

    r3484794 r3486705  
    488488        // If there's no query string or only a single query parameter, return the URL as is.
    489489        if ( ! str_contains( $url, '&' ) ) {
    490             return $url;
     490            return esc_html( $url );
    491491        }
    492492
  • query-monitor/tags/3.20.4/query-monitor.php

    r3484794 r3486705  
    1111 * Plugin Name:  Query Monitor
    1212 * Description:  The developer tools panel for WordPress.
    13  * Version:      3.20.3
     13 * Version:      3.20.4
    1414 * Plugin URI:   https://querymonitor.com/
    1515 * Author:       John Blackbourn
     
    3737}
    3838
    39 define( 'QM_VERSION', '3.20.3' );
     39define( 'QM_VERSION', '3.20.4' );
    4040
    4141// 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  
    44Tags: debug, debug-bar, development, performance, query monitor
    55Tested up to: 6.9
    6 Stable tag: 3.20.3
     6Stable tag: 3.20.4
    77License: GPL v2 or later
    88Donate link: https://github.com/sponsors/johnbillion
     
    138138## Changelog ##
    139139
     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
    140144### 3.20.3 (17 March 2026) ###
    141145
     
    191195* Various improvements and fixes.
    192196
    193 ### 3.16.4 (25 July 2024) ###
    194 
    195 * Confirms support for WordPress 6.6.
    196 
    197197### Earlier versions ###
    198198
  • query-monitor/tags/3.20.4/vendor/composer/installed.php

    r3484794 r3486705  
    44        'pretty_version' => 'dev-release',
    55        'version' => 'dev-release',
    6         'reference' => 'aaf140c39daa4060491922df1743483e0da2721b',
     6        'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-release',
    1515            'version' => 'dev-release',
    16             'reference' => 'aaf140c39daa4060491922df1743483e0da2721b',
     16            'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • query-monitor/tags/3.20.4/wp-content/db.php

    r3484794 r3486705  
    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.20.3
     5 * Version:     3.20.4
    66 * Plugin URI:  https://querymonitor.com/
    77 * Author:      John Blackbourn
  • query-monitor/trunk/output/Html.php

    r3484794 r3486705  
    488488        // If there's no query string or only a single query parameter, return the URL as is.
    489489        if ( ! str_contains( $url, '&' ) ) {
    490             return $url;
     490            return esc_html( $url );
    491491        }
    492492
  • query-monitor/trunk/query-monitor.php

    r3484794 r3486705  
    1111 * Plugin Name:  Query Monitor
    1212 * Description:  The developer tools panel for WordPress.
    13  * Version:      3.20.3
     13 * Version:      3.20.4
    1414 * Plugin URI:   https://querymonitor.com/
    1515 * Author:       John Blackbourn
     
    3737}
    3838
    39 define( 'QM_VERSION', '3.20.3' );
     39define( 'QM_VERSION', '3.20.4' );
    4040
    4141// 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  
    44Tags: debug, debug-bar, development, performance, query monitor
    55Tested up to: 6.9
    6 Stable tag: 3.20.3
     6Stable tag: 3.20.4
    77License: GPL v2 or later
    88Donate link: https://github.com/sponsors/johnbillion
     
    138138## Changelog ##
    139139
     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
    140144### 3.20.3 (17 March 2026) ###
    141145
     
    191195* Various improvements and fixes.
    192196
    193 ### 3.16.4 (25 July 2024) ###
    194 
    195 * Confirms support for WordPress 6.6.
    196 
    197197### Earlier versions ###
    198198
  • query-monitor/trunk/vendor/composer/installed.php

    r3484794 r3486705  
    44        'pretty_version' => 'dev-release',
    55        'version' => 'dev-release',
    6         'reference' => 'aaf140c39daa4060491922df1743483e0da2721b',
     6        'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-release',
    1515            'version' => 'dev-release',
    16             'reference' => 'aaf140c39daa4060491922df1743483e0da2721b',
     16            'reference' => '66021ef5de7e8025c19a8c0c8724d2f07cbc6b97',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • query-monitor/trunk/wp-content/db.php

    r3484794 r3486705  
    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.20.3
     5 * Version:     3.20.4
    66 * Plugin URI:  https://querymonitor.com/
    77 * Author:      John Blackbourn
Note: See TracChangeset for help on using the changeset viewer.