This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-feed 2.9.0
·
152 commits
to master
since this release
Added
-
#52 adds support for PHP 7.2
-
#53 adds a number of additional aliases to the
Writer\ExtensionPluginManagerto ensure plugins will be pulled as expected. -
#63 adds the feed title to the attributes incorporated in the
FeedSetinstance, per what was already documented. -
#55 makes two API additions to the
StandaloneExtensionManagerimplementations of both the reader and writer subcomponents:$manager->add($name, $class)will add an extension class using the provided name.$manager->remove($name)will remove an existing extension by the provided name.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #52 removes support for HHVM.
Fixed
- #50 fixes a few issues in the PubSubHubbub
Subscriptionmodel where counting was being performed on uncountable data; this ensures the subcomponent will work correctly under PHP 7.2.