Release: 9.3.0 (2020/01/31)

  • 2020-01-10 [FEATURE] Support page template files in sub-folders (Commit 0483090c by Claus Due)

  • 2020-01-10 [FEATURE] Support content templates in sub-folders (Commit 9d31f938 by Claus Due)

  • 2020-01-10 [FEATURE] Group CType options by extension context (Commit e2a72f68 by Claus Due)

  • 2020-01-10 [BUGFIX] Add column restriction to default content TS (Commit 8fe7c1e0 by Claus Due)

  • 2020-01-10 [REMOVAL] Mark wizard ViewHelpers as deprecated (Commit b62a7ec0 by Claus Due)

  • 2020-01-09 [REMOVAL] Deprecate Field ViewHelper API (Commit 3d3b9cad by Claus Due)

  • 2020-01-09 [BUGFIX] Adapt CustomViewHelper callRenderMethod (Commit 564c5820 by Claus Due)

  • 2020-01-09 [BUGFIX] Fix issues with content type trigger and registration (Commit 29e30139 by Claus Due)

  • 2020-01-09 [BUGFIX] Correctly process empty site configuration setting (Commit a43edc80 by Claus Due)

  • 2020-01-07 [FEATURE] Allow whitelisting Flux content in site configuration (Commit 99e4866e by Claus Due)

  • 2020-01-06 [BUGFIX] Do not swallow View-related exceptions (Commit c6999714 by Claus Due)

  • 2020-01-04 [BUGFIX] Use HMENU instead of TMENU (Commit 19cd3b5c by Claus Due)

  • 2020-01-04 [BUGFIX] Guard against undefined Flux cache (Commit 43ca85e6 by Claus Due)

  • 2020-01-04 [BUGFIX] Fix drop-in content type path treatment (Commit ae943bfe by Claus Due)

  • 2020-01-04 [BUGFIX] Fix references to TS objects in Page skeleton (Commit a0a7e0a3 by Claus Due)

  • 2020-01-04 [BUGFIX] Guard install process against failures (Commit 6e840b1a by Claus Due)

  • 2019-12-17 [FEATURE] Support PHP 7.4 and TYPO3 10.2 (Commit e386431a by Claus Due)

  • 2019-12-17 [BUGFIX] Prevent moving parent record to column inside itself (Commit 7682f802 by Claus Due)

  • 2019-12-17 [FEATURE] Introduce plug-and-play templating (#1732) (Commit c167ce59 by Claus Due)

  • 2019-12-05 [BUGFIX] Check presence and return of $this->resolveViewObjectName() (#1727) (Commit dc57d9cb by Philippe Court)

  • 2019-11-25 [BUGFIX] Correctly copy and move records in workspaces (#1729) (Commit bd2dda9b by Claus Due)

  • 2019-10-26 [BUGFIX] Use DataHandler to move child records (Commit 81160de7 by Claus Due)

  • 2019-10-16 [BUGFIX] Remove incorrect constructor argument (Commit c19b676e by Claus Due)

  • 2019-10-10 [BUGFIX] Adjust colPos of workspace overlay records of copied content elements (#1720) (Commit f24bf5e9 by Christian Weiske)

  • 2019-10-10 [BUGFIX] Fixed language handling for nesting (#1716) (Commit 7c8f450d by Crontis (Markus Kugler))

  • 2019-10-10 [BUGFIX] Do not try to copy deleted records (#1719) (Commit 8de68439 by Christian Weiske)

  • 2019-10-10 [BUGFIX] Set correct extension name in sub-request (Commit c025d9f6 by Claus Due)

  • 2019-10-10 [BUGFIX] Filter out non-numeric colPos values (Commit 90cf60d5 by Claus Due)

  • 2019-10-10 [BUGFIX] Do not attempt to translate CType label (Commit f64cde91 by Claus Due)

  • 2019-10-10 [FEATURE] Support TYPO3v10 (Commit 3ea56d9a by Claus Due)

  • 2019-10-10 [FEATURE] Switch signature types for Fluid 3.0 compatibility (Commit a7ac3d3e by Claus Due)

  • 2019-09-20 [BUGFIX] Avoid thawing stub records with nun-numeric UID (Commit d77e4261 by Claus Due)

  • 2019-09-18 [BUGFIX] Handle memory leaks on large migration data sets (#1715) (Commit 805d0645 by Onur Güngören)

  • 2019-05-13 [BUGFIX] Check parameter before returing boolean (#1698) (Commit eae930d2 by Ralf Merz)

  • 2019-05-02 [BUGFIX] Guard against creation of empty SQL IN() statement (Commit d7e0554a by Claus Due)

  • 2019-04-22 [FEATURE] Add TCA displayCond user function to hide “flex” field (Commit 6c1cac9c by Claus Due)

  • 2019-04-22 [BUGFIX] Avoid warning when unrolling empty array (Commit ed47f407 by Claus Due)

Generated by:

git log --since="2019/04/01" --until="2020/01/31" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
    --date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`

Full list of changes: https://github.com/FluidTYPO3/flux/compare/9.2.0…9.3.0

Please note: the change list above does not contain any TASK commits since they are considered infrastructure-only and not relevant to end users. The full list includes these!