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
This commit is contained in:
parent
67b9822eda
commit
aea5f0cbde
wp-includes
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue