Releases: laminas/laminas-feed
Releases · laminas/laminas-feed
2.15.0
2.15.0 - 2021-09-20
Release Notes for 2.15.0
Feature release (minor)
2.15.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
- 42: Provide PHP 8.1 support thanks to @weierophinney
Duplicate,Enhancement
- 39: Remove file headers thanks to @ghostwriter
2.14.1
2.14.1 - 2021-04-01
Release Notes for 2.14.1
Fixed
- Fixes the behavior of
Laminas\PubSubHubbub\Publisher::notifyAll()
to actually send requests to the various hubs associated with the instance; previously, it did not.
2.14.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.14.0
2.14.0 - 2021-03-16
Release Notes for 2.14.0
Added
- Adds a new
PodcastIndex
extension to each of the Reader and Writer subcomponents, allowing users to both create and consume xmlns:podcast feeds. Please read the documentation for more details.
2.14.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
2.13.1
2.13.1 - 2021-01-04
Fixed
- #33 fixes an issue whereby parsing a feed entry date that is in an incorrect format was incorrectly causing a
null
value to be returned for the date, rather than correctly throwing an exception.
Release Notes for 2.13.1
2.13.x bugfix release (patch)
2.13.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
2.13.0
2.13.0 - 2020-11-18
Added
Removed
- #29 Dropped support for laminas-servicemanager less than v3.3
Release Notes for 2.13.0
next feature release (minor)
2.13.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Enhancement,hacktoberfest-accepted
- 29: Update to support PHP 8.0 thanks to @ocean
- 28: Add Psalm integration thanks to @ocean
laminas-feed 2.12.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #21 fixes the writer extension
of iTunes to support valid values for theitunes:explicit
element.
laminas-feed 2.12.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-feed:^2.12.0
.
laminas-feed 2.12.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #17 fixes regular expression to extract content from atom feeds.