-
TCA overrides are cached due to usage of latest TYPO3 TCA overrides suggestions
-
Removed TCA dependency on features from css_styled_content for cases, when fluidcontent_core used
-
Fixes for cache-related issues:
- Default template added, which is used in case Fluid Content type is not specified
- No important changes
-
❗ Legacy TYPO3 support removed and dependencies updated
- TYPO3 6.2 is minimum required
- TYPO3 7.1 is supported
- Flux 7.2 is minimum required
- ClassAliasMap removed - switch to the proper vendor and namespace
-
❗ Legacy support for TS registration removed
plugin.tx_fluidcontent.collections.support removedplugin.tx_fed.fce.support removed- Source commit with more info
-
#213 Possible to use 'templateRootPaths' (plural) option from TYPO3 6.2 to overload template paths
plugin.tx_yourext.view.templateRootPathssyntax is supported- 'templateRootPath' (singular) and 'overlays' are deprecated
- FluidTYPO3/flux#758 - source feature
-
#191 Template icon can be autoloaded, based on name convention
- Template EXT:extensionKey/Resources/Private/Templates/$controller/$templateName.html loads an icon from EXT:extensionKey/Resources/Public/Icons/$controller/$templateName.(png|gif)
- Icon can be set manually via option attribute as before
- #208 Icon appears at content type select
- FluidTYPO3/flux#687 - source feature