Skip to content

2.0.0 Introduction of TYPO3 v13 support

Latest
Compare
Choose a tag to compare
@ErHaWeb ErHaWeb released this 07 Apr 19:39
· 16 commits to main since this release

Compatibility

TYPO3

This version deprecates support for TYPO3 v11 and introduces support for TYPO3 v13 while retaining support for v12.

PHP

PHP version 8.1 or higher is required. Support for PHP 7.4 has been discontinued.

Breaking Changes

The former custom property plugin.tx_feeddisplay_pi1.settings.overrideFlexformSettingsIfEmpty has now been replaced by the native property ignoreFlexFormSettingsIfEmpty.

If you have made changes to this property, you must migrate them to the new TypoScript path.

# Old:
plugin.tx_feeddisplay_pi1.settings.overrideFlexformSettingsIfEmpty = feedUrl, maxFeedCount, maxContentLength, maxHeaderLength, logoMaxWidth, logoMaxHeight, feedIconMaxWidth, feedIconMaxHeight, dateFormat, stripTags, linkTarget, errorMessage, cacheDuration, getFields.feed, getFields.items

# New:
plugin.tx_feeddisplay_pi1.ignoreFlexFormSettingsIfEmpty = feedUrl, maxFeedCount, maxContentLength, maxHeaderLength, logoMaxWidth, logoMaxHeight, feedIconMaxWidth, feedIconMaxHeight, dateFormat, stripTags, linkTarget, errorMessage, cacheDuration, getFields.feed, getFields.items

Commits

2024-04-07 [DOCS] Update docs based on TYPO3 version 12 and 13 (Commit 2e23c20 by Eric Harrer)
2024-04-07 [TASK] Migrate to native ignoreFlexFormSettingsIfEmpty property (Commit 595abd5 by Eric Harrer)
2024-04-07 [BUGFIX] Fix type error (Commit 2e43655 by Eric Harrer)
2024-04-07 [TASK] Refactor fluid template files (Commit 78af0cb by Eric Harrer)
2024-04-07 [TASK] Use new plugin signature return value (Commit 8208b36 by Eric Harrer)
2024-04-07 [TASK] Simplify static TypoScript include (Commit bf36a0b by Eric Harrer)
2024-04-07 [TASK] Remove deprecated TCEforms tag (Commit 5a1f6d7 by Eric Harrer)
2024-03-12 [TASK] Establishing compatibility with v13 (Commit 41d4afd by Eric Harrer)

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