Releases: brotkrueml/typo3-feed-generator
Releases · brotkrueml/typo3-feed-generator
0.8.0
0.7.0
Added:
- Compatibility with TYPO3 v13
Removed:
- Compatibility with TYPO3 v11
0.6.0
Added:
- Extension API for feeds
- Categories for items
- Link to feed itself in an RSS feed
- Item content property in RSS feed
Changed:
- Author in RSS feed now uses dc:creator tag
0.5.0
Added:
AbstractFeedclass which can be extended in custom feed implementations
Changed:
- Substitute laminas/laminas-feed and jdecool/jsonfeed with custom implementation
- Rename
Enclosureclass toAttachment - Allow multiple attachments for JSON feeds
- Integrate
FeedCategoryInterfaceintoFeedInterface - Integrate
StyleSheetInterfaceintoFeedInterface - Adjust namespace for classes
Attachment,Author,Category,Image
0.4.0
Added:
- Compatibility with TYPO3 v12
- Status report for dependencies
- Categories can be added to a feed
Changed:
- debril/feed-io removed in favour of laminas/laminas-feed and jdecool/jsonfeed
- Needed dependencies must be installed manually (laminas/laminas-feed, jdecool/jsonfeed)
- Namespace of multiple classes has changed
Removed:
- Media in items
0.3.0
Added:
- Overview of feeds in Configurations module
- Last-Modified header in middleware
- Cache attribute for Feed class to control cache HTTP headers
Changed:
- Position of middleware in frontend stack
Updated:
- debril/feed-io to version 6
0.2.0
Added:
- Media (like images, videos, audios) can be attached to a feed item
- Author can be attached to a feed or to a feed item
0.1.0
Initial preview release