Make WordPress Core


Ignore:
Timestamp:
10/04/2022 03:52:33 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Update clipboard and polyfill-library.

This updates the Clipboard.js and polyfill-library dependencies to their latest versions (2.0.11 and 4.4.0, respectively).

Fixes #56670.

File:
1 edited

Legend:

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

    r54359 r54386  
    111111        'wp-polyfill-fetch'           => '3.6.2',
    112112        'wp-polyfill-formdata'        => '4.0.10',
    113         'wp-polyfill-node-contains'   => '4.0.0',
     113        'wp-polyfill-node-contains'   => '4.4.0',
    114114        'wp-polyfill-url'             => '3.6.4',
    115         'wp-polyfill-dom-rect'        => '4.0.0',
     115        'wp-polyfill-dom-rect'        => '4.4.0',
    116116        'wp-polyfill-element-closest' => '2.0.2',
    117117        'wp-polyfill-object-fit'      => '2.3.5',
     
    741741    $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array( 'utils', 'jquery' ), false, 1 );
    742742
    743     $scripts->add( 'clipboard', "/wp-includes/js/clipboard$suffix.js", array(), '2.0.10', 1 );
     743    $scripts->add( 'clipboard', "/wp-includes/js/clipboard$suffix.js", array(), '2.0.11', 1 );
    744744
    745745    $scripts->add( 'wp-ajax-response', "/wp-includes/js/wp-ajax-response$suffix.js", array( 'jquery', 'wp-a11y' ), false, 1 );
Note: See TracChangeset for help on using the changeset viewer.