All notable changes to php-rss
will be documented in this file.
content:encoded
option fixed
- PodcastItem: add
content
field and removecontent:encoded
fromdescription
field - PodcastChannel: remove
googleplay:description
fromdescription
field
- Fix a minor bug for
lastUpdate
withformat()
method.
- add
autoGuid()
toPodcastItem::class
to generate a GUID if none is set, based on thetitle
andpubDate
properties - methods
isNotPrivate()
andisNotExplicit()
are now private because they are automatically called if theisPrivate
orisExplicit
properties are not set
-
For
PodcastChannel
- Add
<itunes:summary
fordescription()
- If
<itunes:subtitle>
is empty, strip tags fromdescription()
is used - Remove
explicit()
method, useisExplicit()
orisNotExplicit()
instead (if you don't set it, it will befalse
by default)
- Add
-
For
PodcastItem
≈- Add explicit and block options
- Allow
episodeType()
to be astring
-
Many bugfixes
- Many fixes and improvements
- Split
author()
intoauthor()
,ownerName()
,ownerEmail()
- Add
language()
parameter withItunesLanguageEnum
enum - Add
atomLink()
- Remove
PodcastItem::class
required field - Add
PodcastChannel::class
guid
field - Fix
categories
field
- add
raw
option for channel
init