Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
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 - 2022-11-18¶
Added¶
AbstractFeed
class which can be extended in custom feed implementations
Changed¶
Substitute laminas/laminas-feed and jdecool/jsonfeed with custom implementation
Rename
Enclosure
class toAttachment
Allow multiple attachments for JSON feeds
Integrate
FeedCategoryInterface
intoFeedInterface
Integrate
StyleSheetInterface
intoFeedInterface
Adjust namespace for classes
Attachment
,Author
,Category
,Image
0.4.0 - 2022-10-31¶
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 - 2022-06-20¶
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