Make WordPress Core


Ignore:
Timestamp:
04/12/2022 05:15:15 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Update some external libraries.

This updates three external libraries to their latest versions:

  • backbone from 1.4.0 to 1.4.1.
  • underscore from 1.13.1 to 1.13.2.
  • clipboard from 2.0.8 to 2.0.10.

These are all minor updates containing bug fixes and documentation improvements.

See #55547.

File:
1 edited

Legend:

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

    r53163 r53164  
    969969    did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' );
    970970
    971     $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.1', 1 );
    972     $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.4.0', 1 );
     971    $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.2', 1 );
     972    $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.4.1', 1 );
    973973
    974974    $scripts->add( 'wp-util', "/wp-includes/js/wp-util$suffix.js", array( 'underscore', 'jquery' ), false, 1 );
Note: See TracChangeset for help on using the changeset viewer.