zend-feed 2.10.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#81 updates the
Zend\Feed\Reader\Reader
andZend\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
existingExtensionManagerInterface
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
andWriter
emit anE_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.