Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 3.09 KB

9.4.0.md

File metadata and controls

41 lines (35 loc) · 3.09 KB

Release: 9.4.0 (2020/05/31)

  • 2020-05-30 [BUGFIX] Avoid removed Web/Request and Web/Response from Extbase (Commit d2562888 by Claus Due)
  • 2020-05-30 [BUGFIX] Replace method removed in TYPO3 master (Commit bdae3bf9 by Claus Due)
  • 2020-05-27 [BUGFIX] Ensure compatibility with PHP 7.2 (#1785) (Commit 31259573 by Jonas Osburg)
  • 2020-05-27 [BUGFIX] Make sure the creation of content elements works (#1787) (Commit ab203759 by Jonas Osburg)
  • 2020-05-21 [BUGFIX] Do not update originals when copying children (Commit 42d16f0e by Claus Due)
  • 2020-05-21 [BUGFIX] Do not restrict record selection to not-deleted (Commit 77d66df0 by Claus Due)
  • 2020-05-21 [FEATURE] Provide migration for old Fluidpages backend layout selection (Commit 89f1dbf2 by Claus Due)
  • 2020-05-21 [FEATURE] Provide extension configuration utility (Commit e70576d5 by Claus Due)
  • 2020-05-21 [BUGFIX] Respect new extension configuration API (#1782) (Commit b22ee4cd by Daniel Haring)
  • 2020-05-21 [BUGFIX] Support camel case with custom content controller action (Commit 123b5773 by Christoph Dörfel)
  • 2020-05-09 [BUGFIX] Fix issues with symlinks and "design" folder (Commit 58aeb101 by Claus Due)
  • 2020-05-09 [FEATURE] Add <flux:form.object.columnPosition /> pseudo field (Commit 240cd68d by Claus Due)
  • 2020-05-09 [FEATURE] Change plug-and-play templates to default disabled (Commit 36f74904 by Claus Due)
  • 2020-05-01 [BUGFIX] Do not override BackendLayoutCollection init (Commit 4968af48 by Claus Due)
  • 2020-05-01 [BUGFIX] Early return only when adding colPos list items (Commit 74e3eb09 by Claus Due)
  • 2020-05-01 [BUGFIX] Check for initialized TCA in ContentTypeBuilder (Commit c2be1589 by Claus Due)
  • 2020-05-01 [BUGFIX] Prevent issues with empty site configuration options on 9.5 (Commit 120c08f2 by Claus Due)
  • 2020-05-01 [BUGFIX] Only filter CType field if table is tt_content (Commit 93b5fdf6 by Claus Due)
  • 2020-04-29 [BUGFIX] Use correct class name reference (Commit e69b1f59 by Claus Due)
  • 2020-04-24 [FEATURE] Declare compatibility with TYPO3v10.4 (Commit 0c8a21a2 by Claus Due)
  • 2020-04-24 [BUGFIX] Detect Flux BackendLayout identifer or fallback to core (Commit 6f6a64e8 by Claus Due)
  • 2020-04-24 [BUGFIX] Prevent PHP type error in input for trim() (Commit e5cdd497 by Claus Due)
  • 2020-04-24 [BUGFIX] Use language from parent record vs. module view (Commit 4cf32a1e by Claus Due)
  • 2020-04-14 [BUGFIX] Remove unused arguments which cause type errors (Commit f83a1005 by Claus Due)
  • 2020-04-03 [BUGFIX] Fix displayCond usage on flux:field (Commit 1579fa3a by Claus Due)
  • 2020-03-28 [BUGFIX] Replaced curly braces with square brackets for PHP 7.4 compatibility (#1754) (Commit f704dde3 by Alexander Nostadt)

Generated by:

git log --since="2020/02/08" --until="2020/05/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.3.2...9.4.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!