zend-feed 2.10.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#81 updates the
Zend\Feed\Reader\ReaderandZend\Feed\Writer\Writerclasses to
conditionally register their respective "GooglePlayPodcast" extensions only if
their extension managers are aware of it. This is done due to the fact that
existingExtensionManagerInterfaceimplementations 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
ReaderandWriteremit anE_USER_NOTICEwhen the extension is not
found in the extension manager, indicating that the
ExtensionManagerInterfaceimplementation should be updated to add entries
for the "GooglePlayPodcast" entry, feed, and/or renderer classes.