Breaking: #91066 - Move interfaces of Dashboard
See forge#91066
Description
The interfaces of the dashboard have been moved out of the interfaces folder to be consistent with the overall TYPO3 structure.
Impact
New widget types that have implemented one or more of the interfaces of EXT:dashboard. If the namespace of those interfaces is not changed, you will get errors saying that the interfaces are not found anymore.
Affected Installations
All 3rd party extensions that created own widget types and implement one of the interfaces of EXT:dashboard should update their paths. The accepted interfaces are:
Additional
Css Interface Additional
Javascript Interface Button
Provider Interface Chart
Data Provider Interface Event
Data Provider Interface List
Data Provider Interface Number
With Icon Data Provider Interface Require
Js Module Interface Widget
Configuration Interface Widget
Interface
Migration
The interfaces listed above have been moved from \TYPO3\
to \TYPO3\
. You need to adapt the namespaces of those
interfaces in your own widgets.