Breaking Changes¶
2020.05.03¶
Due to a more restricted handling of resolving controllers and actions in links every plugin is reduced to it’s main data models. The following plugins are modified:
In consequence you need to check whether your pages are still displaying all information after upgrade.
There are settings for the link generation authorPageId, bookPageId, categoryPageId, seriesPageId to compensate reduced flexibility. Have a look into the TypoScript constants editor.
2017.04.27¶
Remove viewhelper¶
In favor of the core the widget viewhelper was dropped. Please replace ‘sfb:widget.paginate’ with ‘f:widget.paginate’ and check if configuration still works.
Template behaviour¶
Only valid template file type since version 4 are html files. Every other template file needs to be reuploaded.