Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.65 KB

File metadata and controls

51 lines (38 loc) · 2.65 KB

Fluidcontent Change log

upcoming

  • 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:

    • #239 Lifetime of 'pageTsConfig' cache decreased form ~2 months to 1 day
    • #127 'pageTsConfig' cache is rebuilt only in BE context

4.2.2 - 2015-05-20

  • Default template added, which is used in case Fluid Content type is not specified

4.2.1 - 2015-03-19

  • No important changes

4.2.0 - 2015-03-18

  • ❗ 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

  • #213 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
  • #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