Version 7.1.0, 10 July 2026
[!!!] The Db class is no longer a singleton. Extensions that rely on GeneralUtility::makeInstance(Db::class) returning a shared instance must use the SearchService API or the request-scoped Db from the plugin context instead.
[!!!] There has been done some refactoring due to the SearchService feature. setPluginbase() and Db::$pObj are deprecated but still supported for backward compatibility.
[FEATURE] A new SearchService allows third party-extensions to execute a search programatically. See section "Public Search API" in the documentation.
Teilen
Neu in dieser Version ist eine Schnittstelle, mit der die Suchfunktion von anderen Extensions genutzt werden kann.