3.0.0 - May 05, 2026 

Breaking changes 

  • TYPO3 v12 support has been removed. Feed Display now supports TYPO3 v13.4 and TYPO3 v14.3.
  • The frontend plugin is now registered as dedicated content element type feeddisplay_pi1 instead of the deprecated CType=list / list_type=feeddisplay_pi1 combination.
  • The default date format changed from the old strftime() style %d. %B %Y to the DateTimeInterface::format() style d. F Y.

Upgrade 

Run the upgrade wizard feedDisplayCTypeMigration after updating existing projects. The wizard migrates existing content elements and backend group permissions from list_type=feeddisplay_pi1 to CType=feeddisplay_pi1.

Project-specific Page TSconfig must use the new preview path mod.web_layout.tt_content.preview.feeddisplay_pi1.

All Changes 

This is a list of all changes in this release:

2026-05-06 [DOCS] Update TYPO3 v13 and v14 documentation (Commit 56d6c23 by Eric Harrer)
2026-05-06 [TASK] Move feed icon height setting to general category (Commit f021d0a by Eric Harrer)
2026-05-06 [TASK] Add strict types to sys template override (Commit 03b305a by Eric Harrer)
2026-05-06 [TASK] Clarify legacy TypoScript include comments (Commit 4b35906 by Eric Harrer)
2026-05-06 [BUGFIX] Fix Fluid condition in feed display template (Commit d868657 by Eric Harrer)
2026-05-06 [BUGFIX] Fix feed display backend preview settings (Commit 8929708 by Eric Harrer)
2026-05-06 [TASK] Clean up functional test deprecation handling (Commit 59f7493 by Eric Harrer)
2026-05-06 [BUGFIX] Use DateTime format for default date setting (Commit 09b7ea4 by Eric Harrer)
2026-05-06 [BUGFIX] Remove deprecated SimplePie favicon handling (Commit e9891fa by Eric Harrer)
2026-05-06 [TASK] Migrate Feed Display plugin to CType (Commit 6176030 by Eric Harrer)
2026-05-05 [TASK] Update dependencies and test infrastructure for TYPO3 13/14 (Commit 69cc1f8 by Eric Harrer)
Copied!

This list has been created by using git log $(git describe --tags --abbrev=0)..HEAD --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short.