External Libraries: Update jQuery Color plugin to 2.1.2.
Props desrosj, hareesh-pillai, lovememore. Fixes #31511. git-svn-id: https://develop.svn.wordpress.org/trunk@46095 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b5a53d7da7
commit
bc6f11decd
4
package-lock.json
generated
4
package-lock.json
generated
@ -13807,8 +13807,8 @@
|
||||
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
|
||||
},
|
||||
"jquery-color": {
|
||||
"version": "https://github.com/jquery/jquery-color/archive/2.1.1.tar.gz",
|
||||
"integrity": "sha512-jEnPyfJVmszNKz1vDYXVu/1RafVio6/aCp/lq1D1BLejJzpsmQeje7NkGMGb3ewRJ8LdZvqumYEijt5ezbUBlQ=="
|
||||
"version": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
|
||||
"integrity": "sha512-9aNJaaV4BIEznUUvTtxSomQZYwmX+nt7qPcCSZEz9XFWfjOKgPOyq0brsWKlkUx45m5j+8CW5xHWJXG/qgvDDw=="
|
||||
},
|
||||
"jquery-form": {
|
||||
"version": "4.2.1",
|
||||
|
@ -106,7 +106,7 @@
|
||||
"element-closest": "^2.0.2",
|
||||
"formdata-polyfill": "3.0.13",
|
||||
"imagesloaded": "3.2.0",
|
||||
"jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.1.tar.gz",
|
||||
"jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
|
||||
"jquery-form": "4.2.1",
|
||||
"jquery-hoverintent": "1.8.3",
|
||||
"jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
|
||||
|
File diff suppressed because one or more lines are too long
@ -1078,7 +1078,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
$scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array( 'jquery' ), '4.2.1', 1 );
|
||||
|
||||
// jQuery plugins
|
||||
$scripts->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.min.js', array( 'jquery' ), '2.1.1', 1 );
|
||||
$scripts->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.min.js', array( 'jquery' ), '2.1.2', 1 );
|
||||
$scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array( 'jquery' ), '20m', 1 );
|
||||
$scripts->add( 'jquery-query', '/wp-includes/js/jquery/jquery.query.js', array( 'jquery' ), '2.1.7', 1 );
|
||||
$scripts->add( 'jquery-serialize-object', '/wp-includes/js/jquery/jquery.serialize-object.js', array( 'jquery' ), '0.2', 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user