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

zend-feed 2.11.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 29 Jan 21:38
· 42 commits to master since this release

Added

  • #94 adds support for PHP 7.3.

  • #91 adds explicit requirements for both ext-dom and ext-libxml to the package.

Changed

  • #93 Writer\Feed, Writer\Entry and Writer\Deleted all now accept
    DateTimeImmutable instances as an arguments to methods that previously only
    accepted DateTime or Unix Timestamps, such as Writer\Feed::setDateModified().

Deprecated

  • Nothing.

Removed

  • #94 removes support for zend-stdlib v2 releases.

Fixed

  • Nothing.