2.0.0 - April 07, 2024
Breaking changes
The former custom property plugin. 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
Copied!
All Changes
This is a list of all changes in this release:
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)
Copied!
This list has been created by using git log $.