Skip to content

Latest commit

 

History

History
142 lines (94 loc) · 7.68 KB

CHANGELOG.md

File metadata and controls

142 lines (94 loc) · 7.68 KB

Fluidcontent Change log

4.4.0 - 2015-11-21

#316 Feature to specify default (non-Flux) column values which will be added to defValues array when creating new instances of fluidcontent templates

4.3.3 - 2015-10-24

  • TYPO3 7.5 is now officially supported

  • #290 Bugfix for order of realpath/file_exists when processing icon file

  • #278 In case no Fluid Content type is selected for content with CType fluidcontent_content an error message is shown in FE and BE

    • Template Content/Error.html is used for error message
    • Additionally rendering of preview is suppressed, when Fluid Content type is selected, but CType is not fluidcontent_content
    • Such situation may happen, when changing content type from Fluid Content to something different
  • #284 Disabled Fluid Content type drop-down for all CTypes, except fluidcontent_content

4.3.2 - 2015-09-10

4.3.1 - 2015-08-08

4.3.0 - 2015-08-08

  • Support for TYPO3 7.4

  • ❗ No more testing for PHP 5.4

    • Fluidcontent still supports TYPO3 6.2, which can be run on PHP 5.4, but it is advised to upgrade your PHP to 5.5 (which is also supported by 6.2) at least
  • ❗ Default template Index.html removed

  • #258 {settings} are enriched with content settings, when EXT:fluidcontent_core is used

  • #227 #248 Fixed broken inclusion of template files from subfolders

  • #253 Fixed missing icons in "new CE" Wizard

4.2.4 - 2015-07-01

  • Bugfix release:
    • #243 Flexform not showing in BE

4.2.3 - 2015-06-26

  • 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