From 66603b4bd75b30ead6afdf98c6dec43fb9c086fe Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 25 May 2021 23:28:15 +0000 Subject: [PATCH] External Libraries: Update two polyfill libraries to their latest versions. This updates the following polyfill libraries bundled with WordPress to their latest versions: - `formdata-polyfill` from `3.0.20` to `4.0.0`. - `polyfill-library` from `3.104.0` to `3.105.0`. Fixes #52854. Built from https://develop.svn.wordpress.org/trunk@51017 git-svn-id: http://core.svn.wordpress.org/trunk@50626 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../dist/vendor/wp-polyfill-formdata.min.js | 26 +++++++++---------- wp-includes/script-loader.php | 4 +-- wp-includes/version.php | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js b/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js index 4d1eb6c475..84170dbe73 100644 --- a/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js +++ b/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js @@ -1,20 +1,20 @@ ;(function(){var h;function l(a){var c=0;return function(){return c>>0)+"_",e=0;return c}); r("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var c="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),b=0;b '2.29.1', 'lodash' => '4.17.19', 'wp-polyfill-fetch' => '3.0.0', - 'wp-polyfill-formdata' => '3.0.20', - 'wp-polyfill-node-contains' => '3.104.0', + 'wp-polyfill-formdata' => '4.0.0', + 'wp-polyfill-node-contains' => '3.105.0', 'wp-polyfill-url' => '3.6.4', 'wp-polyfill-dom-rect' => '3.104.0', 'wp-polyfill-element-closest' => '2.0.2', diff --git a/wp-includes/version.php b/wp-includes/version.php index b70a477e44..49154780e7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51016'; +$wp_version = '5.8-alpha-51017'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.