Skip to content

Releases: suin/php-rss-writer

<dc:creator> and <atom:link> is now available

15 Jul 12:21
Compare
Choose a tag to compare
Merge pull request #21 from christianp/atom_link

add feed_url property

PubSubHubbub and CDATA support

21 Jul 14:14
Compare
Choose a tag to compare

PubSubHubbub

Now PubSubHubbub is available from this version. About PubSubHubbub, see PubSubHubbub - Wikipedia, the free encyclopedia.

$channel = new Channel();
$channel->pubsubhubbub('http://example.com/feed.xml', 'http://pubsubhubbub.appspot.com');

CDATA title and description #16

Now you can specify CDATA encoding on item's <title> and <description>.

$item = new Item();
$item->preferCdata(true);

1.4.0: Support <content:encoded>

19 Mar 06:31
Compare
Choose a tag to compare
Signed-off-by: Hidehito Nozawa <[email protected]>

1.3.3

01 Mar 12:51
Compare
Choose a tag to compare
Add some badges to README

1.3.2: Merge pull request #13 from barryp/issue_11

01 Mar 12:12
Compare
Choose a tag to compare
Render guid with isPermaLink=false

1.3.1: Merge pull request #10 from buffcode/master

21 Aug 06:27
Compare
Choose a tag to compare

Cleaned code, updated TravisCI configuration, directory renaming, updated README #10