Make WordPress Core


Ignore:
Timestamp:
05/26/2023 11:31:14 AM (19 months ago)
Author:
SergeyBiryukov
Message:

External Libraries: Update jQuery to version 3.7.0.

This release includes bug fixes, a new .uniqueSort() method, and a performance improvement for some use cases when using manipulation methods like .append().

References:

Follow-up to [49101], [50445], [50520], [54202], [55012], [55491].

Props mgol, jorbin, hbhalodia, desrosj, TobiasBg, audrasjb, mukesh27, naeemhaque, nuhel, SergeyBiryukov.
Fixes #58083.

File:
1 edited

Legend:

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

    r55822 r55860  
    823823    // jQuery.
    824824    // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging.
    825     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.4' );
    826     $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.4' );
     825    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.7.0' );
     826    $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.7.0' );
    827827    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.4.0' );
    828828
Note: See TracChangeset for help on using the changeset viewer.