Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-feed 2.12.0

Latest
Compare
Choose a tag to compare
@weierophinney 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
    and Zend\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 (use Zend\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.