Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.7 KB

9.0.1.md

File metadata and controls

28 lines (22 loc) · 1.7 KB

Release: 9.0.1 (2018/07/23)

  • 2018-07-20 [BUGFIX] Use copyRecord_raw to avoid triggering DataHandler (Commit 85b6e51 by Claus Due)
  • 2018-07-18 [BUGFIX] Fix non-XSD-compatible character in argument description (Commit 5b344c9 by Claus Due)
  • 2017-12-06 [BUGFIX] Prevent duplicated output from responses (Commit 22766cd by Marno)
  • 2018-07-18 [BUGFIX] Fix incorrect arguments passed to hook (Commit b92eb49 by Claus Due)
  • 2018-07-18 [BUGFIX] Avoid recursive copy if any parent did not copy (Commit b9a5ec0 by Claus Due)
  • 2018-07-18 [BUGFIX] Followup fix for child content rendering (Commit cde1ac4 by Claus Due)
  • 2018-07-17 [BUGFIX] Load copy of record by t3_origuid, not l10n_source (Commit 2169525 by Claus Due)
  • 2018-07-17 [BUGFIX] Avoid mass assignment of pid value (Commit 7b4d223 by Claus Due)
  • 2018-07-16 [BUGFIX] Add workaround for forge Issue 85013 (Commit ec0cf25 by Attila Glück)
  • 2018-07-17 [BUGFIX] Make edit icon on child content edit single record (Commit 24d9022 by Claus Due)
  • 2018-07-15 [BUGFIX] Fix rendering content elements by colPos (Commit cc1fb3c by Claus Due)
  • 2018-07-12 [BUGFIX] Create non-exclude fields by default with VH (Commit afb5b30 by Claus Due)
  • 2018-07-12 [BUGFIX] Cascade commands only to tt_content (#1575) (Commit d5d53e4 by Thomas Luzat)

Generated by:

git log --since="2018/07/10" --until="2018/07/23" --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.0.0...9.0.1

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!