From aea5f0cbded974ae26d76850f3e8f979855d9046 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 Dec 2021 18:06:06 +0000 Subject: [PATCH] External Libraries: Update the SimplePie library to version 1.5.8. This minor update corrects the `SIMPLEPIE_VERSION` constant and updates the changelog after the previous release. Release notes: https://github.com/simplepie/simplepie/releases/tag/1.5.8 For a full list of changes in this update, see the SimplePie GitHub: https://github.com/simplepie/simplepie/compare/1.5.7...1.5.8 Follow-up to [47733], [49176], [52393]. Props faisal03, jrf, audrasjb, SergeyBiryukov. Fixes #54659. Built from https://develop.svn.wordpress.org/trunk@52413 git-svn-id: http://core.svn.wordpress.org/trunk@52005 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-simplepie.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-simplepie.php b/wp-includes/class-simplepie.php index e5f72292a4..a392e54cd9 100644 --- a/wp-includes/class-simplepie.php +++ b/wp-includes/class-simplepie.php @@ -68,7 +68,7 @@ spl_autoload_register( 'wp_simplepie_autoload' ); * POSSIBILITY OF SUCH DAMAGE. * * @package SimplePie - * @version 1.5.6 + * @version 1.5.8 * @copyright 2004-2017 Ryan Parman, Sam Sneddon, Ryan McCue * @author Ryan Parman * @author Sam Sneddon @@ -85,7 +85,7 @@ define('SIMPLEPIE_NAME', 'SimplePie'); /** * SimplePie Version */ -define('SIMPLEPIE_VERSION', '1.5.6'); +define('SIMPLEPIE_VERSION', '1.5.8'); /** * SimplePie Build @@ -1820,7 +1820,7 @@ class SimplePie } /** - * Get the error message for the occured error + * Get the error message for the occurred error * * @return string|array Error message, or array of messages for multifeeds */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 58ace8958c..1b3b43ff97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta4-52412'; +$wp_version = '5.9-beta4-52413'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.