This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-feed 2.9.0
weierophinney
released this
04 Dec 18:02
·
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\ExtensionPluginManager
to ensure plugins will be pulled as expected. -
#63 adds the feed title to the attributes incorporated in the
FeedSet
instance, per what was already documented. -
#55 makes two API additions to the
StandaloneExtensionManager
implementations 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
Subscription
model where counting was being performed on uncountable data; this ensures the subcomponent will work correctly under PHP 7.2.