- Bugfix for subpage configuration always being used
-
Bugfixes for incorrectly resolved main/sub provider and template resulting in use of wrong page configuration and broken inheritance
-
Bugfix for saving incomplete page records when working in the page tree or access module
-
❗ 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_fluidpages.collections.
support removedplugin.tx_fed.page.
support removed- Source commit with more info
-
❗
\FluidTYPO3\Fluidpages\Controller\AbstractPageController
deprectaed- Extend
\FluidTYPO3\Fluidpages\Controller\PageController
instead - Source commit with more info
- Extend
-
#226 Possible to use 'templateRootPaths' (plural) option from TYPO3 6.2 to overload template paths
plugin.tx_yourext.view.templateRootPaths
syntax is supported- 'templateRootPath' (singular) and 'overlays' are deprecated
- FluidTYPO3/flux#758 - source feature
-
#208 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
- FluidTYPO3/flux#687 - source feature
-
Unassigned content areas are supported
- Content area without 'colPos' key is marked as 'unassigned'
- TYPO3 Displays is as shaded area with no editing
- Possible use-case: programatically created content, which shouldn't be editable, but must be visible for editors
- Source commit with more info
-
#229 Inheritance support assimilated from Flux
- FluidTYPO3/flux#760 - source feature
-
Truncating of inherited values fixed
- The problem was in persisting inherited FlexForm values in child pages, when saving them - this made no possibility to change inherited value by only changing it in parent page
- FluidTYPO3/flux#712 - detailed description and discussion of this issue