This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
weierophinney
released this
05 Mar 20:09
·
6 commits
to master
since this release
Added
- #96 adds the methods
Zend\Feed\Reader\Extension\Podcast\Entry::getTitle() : string
andZend\Feed\Writer\Extension\ITunes\Entry::setTitle(string $value)
; these
provide the ability to read and manipulate<itunes:title>
tags in feeds.
Changed
- Nothing.
Deprecated
-
#101 deprecates the method
Zend\Feed\Writer\Writer::lcfirst()
; use the PHP
built-in function instead. -
#97 deprecates the classes
Zend\Feed\Reader\AbstractEntry
(use
Zend\Feed\Reader\Entry\AbstractEntry
instead),Zend\Feed\Reader\AbstractFeed
(useZend\Feed\Reader\Feed\AbstractFeed
instead), and
Zend\Feed\Reader\Collection
(use Zend\Feed\Reader\Collection\Author,
Zend\Feed\Reader\Collection\Category, or
Zend\Feed\Reader\Collection\Collection` instead, based on context).
Removed
- Nothing.
Fixed
- Nothing.