Releases: suin/php-rss-writer
Releases · suin/php-rss-writer
<dc:creator> and <atom:link> is now available
PubSubHubbub and CDATA support
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>
Signed-off-by: Hidehito Nozawa <[email protected]>
1.3.3
1.3.2: Merge pull request #13 from barryp/issue_11
Render guid with isPermaLink=false
1.3.1: Merge pull request #10 from buffcode/master
Cleaned code, updated TravisCI configuration, directory renaming, updated README #10