Make WordPress Core


Ignore:
Timestamp:
10/16/2020 05:18:11 PM (5 years ago)
Author:
desrosj
Message:

External Libraries: Update the SimplePie library to version 1.5.6.

This version fixes a handful of PHP 8 compatibility issues.

A full list of changes included in this update can be found on GitHub: https://github.com/simplepie/simplepie/compare/1.5.5...1.5.6.

Props jrf, ayeshrajans.
Fixes #51521.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-simplepie.php

    r47902 r49176  
    6969 *
    7070 * @package SimplePie
    71  * @version 1.5.5
     71 * @version 1.5.6
    7272 * @copyright 2004-2017 Ryan Parman, Sam Sneddon, Ryan McCue
    7373 * @author Ryan Parman
     
    8686 * SimplePie Version
    8787 */
    88 define('SIMPLEPIE_VERSION', '1.5.5');
     88define('SIMPLEPIE_VERSION', '1.5.6');
    8989
    9090/**
Note: See TracChangeset for help on using the changeset viewer.