#316 Feature to specify default (non-Flux) column values which will be added to defValues
array when creating new instances of fluidcontent templates
-
Content type selector switched to TCA manipulation feature from Flux
- [Old content selector based on user function removed](https://github.com/FluidTYPO3/fluidcontent/commit/026a44898a747780feed7cfd2678b5902f33b34c
- New selector values generated from Forms instances
-
❗ Support of TYPO3 6.2 dropped
- As result, legacy code removed
- For TYPO3 6.2 based projects there is a legacy branch
-
Added support of TYPO3 7 LTS
-
#305 It is possible to add custom CEs, created with Fluidcontent, to existing TYPO3 tabs at "New CE" wizard
-
#295 New CE wizard icons are compatible to TYPO3 7 LTS
-
#292 Improved performance of multi-domain, multi-root installations
-
#293 Fixed issue with double back-slash in template path
-
#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
- Template
-
#284 Disabled Fluid Content type drop-down for all CTypes, except
fluidcontent_content
-
Avoid
realpath()
on icons when Flux version is older, causing bad icon references -
Avoid
E_NOTICE
on missing array index -
#263 Default SVG icon for CE is shown in case no icon provided
-
#273 Icon size definitions in EM can now be strings
- Allows TYPO3 fancy definitions, like
24m
or24c
- Allows TYPO3 fancy definitions, like
-
Do not load BE-related cache in FE context
-
CE icon width and height can be defined in EM
-
#262 Bugfix when running with Flux 7.2
-
Support for coming Flux 7.3 (metadata only)
-
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
- Bugfix release:
- #243 Flexform not showing in BE
-
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.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