Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-feed 2.10.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 18 Jun 20:15
· 83 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #81 updates the Zend\Feed\Reader\Reader and Zend\Feed\Writer\Writer classes to
    conditionally register their respective "GooglePlayPodcast" extensions only if
    their extension managers are aware of it. This is done due to the fact that
    existing ExtensionManagerInterface implementations may not register it by
    default as the extension did not exist in releases prior to 2.10.0. By having
    the registration conditional, we prevent an exception from being raised; users
    are not impacted by its absence, as the extension features were not exposed
    previously.

    Both Reader and Writer emit an E_USER_NOTICE when the extension is not
    found in the extension manager, indicating that the
    ExtensionManagerInterface implementation should be updated to add entries
    for the "GooglePlayPodcast" entry, feed, and/or renderer classes.