Go to navigation Go to content Go to footer
Changelog Basic

Changelog - Basic 5.2.1


Teilen

New Info, Bugfix and Task

!!!

The plugin base class has changed from Tpwd\KeSearch\Lib\Pluginbase to Tpwd\KeSearch\Plugins\PluginBase. This is a breaking change if you use the hook modifySearchWords and use typed variables. You will then have to adapt the type of that object in your hook.

 

BUGFIX

Don't index files from hidden file references. Thanks to Kamel Ben Yedder, github.com/tpwd/ke_search/issues/206


TASK  

Remove dependency to AbstractPlugin, https://github.com/tpwd/ke_search/issues/204

Remove usages of GeneralUtility::_GET, GeneralUtility::_GP, $_GET and $_POST, https://github.com/tpwd/ke_search/issues/205

Refactor id variable in BackendModuleController to make extension scanner happy

Add ignore annotations for extension scanner false positives

Replace usage of deprecated functions orX() and andX()

Add label to "Index Overview" widget (shown since TYPO3 12), and use only one color in the bar chart

Use ContextualFeedbackSeverity instead of AbstractMessage to set severity

Register upgrade wizards using attributes