Skip to content

Releases: brotkrueml/typo3-feed-generator

0.8.0

03 Dec 19:26
441a3da

Choose a tag to compare

Added:

  • Compatibility with TYPO3 v14

Removed:

  • Compatibility with TYPO3 v12

0.7.0

19 Mar 18:15
8fb0ebf

Choose a tag to compare

0.7.0 Pre-release
Pre-release

Added:

  • Compatibility with TYPO3 v13

Removed:

  • Compatibility with TYPO3 v11

0.6.0

05 Dec 08:21
0ada0b0

Choose a tag to compare

0.6.0 Pre-release
Pre-release

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

18 Nov 18:57
975ef37

Choose a tag to compare

0.5.0 Pre-release
Pre-release

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 to Attachment
  • Allow multiple attachments for JSON feeds
  • Integrate FeedCategoryInterface into FeedInterface
  • Integrate StyleSheetInterface into FeedInterface
  • Adjust namespace for classes Attachment, Author, Category, Image

0.4.0

31 Oct 11:28
0cc1113

Choose a tag to compare

0.4.0 Pre-release
Pre-release

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

20 Jun 14:04
8b0a6a2

Choose a tag to compare

0.3.0 Pre-release
Pre-release

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

10 Jun 13:24
c19a2d2

Choose a tag to compare

0.2.0 Pre-release
Pre-release

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

01 Apr 13:48
3264a8a

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Initial preview release