Skip to content

Releases: kiwilan/php-rss

v0.3.11

24 Sep 13:18
Compare
Choose a tag to compare
  • content:encoded option fixed

v0.3.10

21 Sep 07:06
Compare
Choose a tag to compare
  • PodcastItem: add content field and remove content:encoded from description field
  • PodcastChannel: remove googleplay:description from description field

v0.3.02

29 Aug 08:30
Compare
Choose a tag to compare
  • Fix a minor bug for lastUpdate with format() method.

v0.3.01

29 Aug 07:21
Compare
Choose a tag to compare
  • add autoGuid() to PodcastItem::class to generate a GUID if none is set, based on the title and pubDate properties
  • methods isNotPrivate() and isNotExplicit() are now private because they are automatically called if the isPrivate or isExplicit properties are not set

v0.3.0

29 Aug 07:04
Compare
Choose a tag to compare
  • For PodcastChannel
    • Add <itunes:summary for description()
    • If <itunes:subtitle> is empty, strip tags from description() is used
    • Remove explicit() method, use isExplicit() or isNotExplicit() instead (if you don't set it, it will be false by default)
  • For PodcastItem
    • Add explicit and block options
    • Allow episodeType() to be a string
  • Many bugfixes

0.2.2

23 Aug 11:35
Compare
Choose a tag to compare
  • Many fixes and improvements
  • Split author() into author(), ownerName(), ownerEmail()
  • Add language() parameter with ItunesLanguageEnum enum
  • Add atomLink()

0.2.1

28 Jun 10:27
Compare
Choose a tag to compare
  • Remove PodcastItem::class required field
  • Add PodcastChannel::class guid field
  • Fix categories field

0.2.0

20 Jun 14:12
Compare
Choose a tag to compare
  • add raw option for channel

0.1.0

18 Jun 19:59
Compare
Choose a tag to compare

init