Releases: kiwilan/php-rss
Releases · kiwilan/php-rss
v0.3.11
v0.3.10
- PodcastItem: add
content
field and removecontent:encoded
fromdescription
field - PodcastChannel: remove
googleplay:description
fromdescription
field
v0.3.02
- Fix a minor bug for
lastUpdate
withformat()
method.
v0.3.01
- 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
v0.3.0
- 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
0.2.2
- Many fixes and improvements
- Split
author()
intoauthor()
,ownerName()
,ownerEmail()
- Add
language()
parameter withItunesLanguageEnum
enum - Add
atomLink()
0.2.1
- Remove
PodcastItem::class
required field - Add
PodcastChannel::class
guid
field - Fix
categories
field
0.2.0
- add
raw
option for channel
0.1.0
init