Features
Provide additional information to result of Live Search
The result of the live search now contains additional information from the fields:
- Date
- Teaser
- Author
- Slug
This makes it easier to find the correct record.
Improved suggest wizards in FlexForms
The suggest wizards in FlexForms now skip pages that are not reachable.
The selection of a page for the detail view ignores doktypes like sysfolder.
This makes the life of editors easier - especially on bigger instances.
Tagged Data Processors
The usage of the data processors has been simplified by using their tags.
# old
10 = GeorgRinger\News\DataProcessing\AddNewsToMenuProcessor
20 = GeorgRinger\News\DataProcessing\DisableLanguageMenuProcessor
new
10 = add-news-to-menu
20 = disable-language-menu
Site Set Support
The extension now supports site sets as drop in replacements for TypoScript includes.
TYPO3 13 only
Flag topnews records in backend list
If a record is marked as topnews, it is now highlighted in the backend list
with a small blue border on the left side.
TYPO3 13 only
Add StatusInformation to pages with news
If a page contains a news plugin, a small icon is shown in the page tree to indicate this.
This feature is TYPO3 13 only and can be disabled in the global extension settings.
What's Changed
- [BUGFIX] Make the backend admin work #2534 by @georgringer in #2535
- [FEATURE] Add site sets as drop in replacements for TypoScript includes by @linawolf in #2536
- [TASK] Add relationship
manyToOne
for group fields with maxitems 1 by @nhovratov in #2540 - Dev by @georgringer in #2543
- Not setting limitToPages led to failing error handling by @createdwithlove in #2491
- [BUGFIX] Handle deprecated cache tag management by @georgringer in #2544
- [TASK] Fix query for sqlite by @georgringer in #2548
- [FEATURE] Tag and alias for data processors by @ErHaWeb in #2554
- [DOC] ProxyClassGenerator - exclude class from dependency injection by @stigfaerch in #2556
- [BUGFIX] Use language aspect in NewsRepository by @linawolf in #2559
- [DOC] Update internal link by @georgringer in #2562
Full Changelog: 12.0.0...12.1.0