A new build of Aggregator has just been released. This version is the first to support DNN 5.0+ as well as still supporting DNN 4.5+.
Updates include:
- Fixed issue where [UNIQUE] token wasn't getting rendered for final layout
- Tweaked default skin - removed tabnumber from caption, thinned tabpage border, fixed bottom tab
- Added RSS functionality
- Changed token replacement engine, now accepts [IFtoken] and [IFNOTtoken] syntax, see wiki.dnnstuff.com for details
- Fixed search indexing - indexed text will now open the correct tab, not just the last opened tab or first
RSS functionality
- build your tabs dynamically by specifying an RSS feed
- limit the number of items shown
- rss feed is cacheable
- new RSS specific tokens (RSSTITLE, RSSAUTHOR, RSSPUBDATE, RSSDESCRIPTION, RSSLINK, RSSENCLOSUREURL, RSSENCLOSURETYPE) and template (RSSContent.html) allow you to create your own unique presentation of the rss content .. see the Simple/RSS template skin for details.