Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.88 KB

9.6.0.md

File metadata and controls

38 lines (32 loc) · 2.88 KB

Release: 9.6.0 (2022/05/01)

  • 2022-05-01 [BUGFIX] Provide legacy-compatible alternate markup for content icon hook (Commit 9d2a75c0 by Claus Due)
  • 2022-05-01 [BUGFIX] Change TCA strategy for Flux tables to avoid empty TCA array (Commit 5800d7f0 by Claus Due)
  • 2022-04-21 [BUGFIX] Fix nested grid rendering on TYPO3v9 (Commit bccd46f1 by Claus Due)
  • 2022-03-27 [FEATURE] Un-deprecate flux:inline.fal (Commit 5b2b5871 by Claus Due)
  • 2022-03-27 [BUGFIX] Avoid treating column names with "e" and numbers as numeric (Commit fc745147 by Claus Due)
  • 2022-03-27 [BUGFIX] Set default renderType in Relation component (#1902) (Commit da9d3998 by Vincent-typo3-sp)
  • 2022-03-27 [BUGFIX] Fix incorrect backend layout in workspace when moving page and changing page layout #1906 (#1917) (Commit d6d4329c by Danilo Caccialanza)
  • 2022-03-27 [BUGFIX] Use VersionNumberUtility to read TYPO3 version (Commit 63a11737 by Claus Due)
  • 2022-03-08 [FEATURE] Upgrade wizard for problematic content element "sorting" values (Commit 0c269b0a by Christian Weiske)
  • 2022-03-27 [BUGFIX] Fix breaking display of the toggle button in page preview (#1916) (Commit b937b795 by CERDAN Yohann)
  • 2022-03-27 [REMOVAL] Drop support for PHP versions below 7.4 (Commit 4718e226 by Claus Due)
  • 2022-01-12 [BUGFIX] Custom controller actions in Typo3 11 with new return types (#1911) (Commit 3cc50474 by crazy252)
  • 2021-12-05 [BUGFIX] Restore optional nature of "label" argument (Commit 521b5eca by Claus Due)
  • 2021-12-05 [BUGFIX] Use RootLineUtility to resolve page template/configuration (Commit 86220d10 by Claus Due)
  • 2021-12-05 [BUGFIX] Prevent error when moving/pasting content with deleted child (Commit d0e4db3e by Claus Due)
  • 2021-12-05 [BUGFIX] Guard against potentially missing Request (Commit 673fa542 by Claus Due)
  • 2021-12-05 [BUGFIX] Use VH variable container instead of assuming Request exists (Commit 5d950bc8 by Claus Due)
  • 2021-10-06 [BUGFIX] Fix core version detection issue (Commit 19279684 by Claus Due)
  • 2021-08-22 [BUGFIX] Suppress possible errors from unresolvable pi_flexform (Commit 1d179366 by Claus Due)
  • 2021-08-12 [BUGFIX] Remove commas in last function argument (Commit a63426cf by Claus Due)
  • 2021-07-27 [BUGFIX] Fix copy/paste of parent in workspace (#1897) (Commit 1b611821 by Claus Due)
  • 2021-07-23 [BUGFIX] Avoid deprecated/removed WS placeholder method (Commit 582e3b4f by Claus Due)
  • 2021-05-24 [FEATURE] Add experimental FlexForm-as-IRRE feature (Commit 9a6bd6bb by Claus Due)

Generated by:

git log --since="2021/05/24" --until="2022/05/01" --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.5.0...9.6.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!