Make WordPress Core


Ignore:
Timestamp:
09/19/2022 02:14:54 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update the jQuery library to version 3.6.1.

This is a maintenance release. For more information on the changs included, see https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/.

Props tobiasbg.
See #56451.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r54183 r54202  
    805805    // jQuery.
    806806    // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging.
    807     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.0' );
    808     $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.0' );
     807    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.1' );
     808    $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.1' );
    809809    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' );
    810810
Note: See TracChangeset for help on using the changeset viewer.