Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 4.14 KB

9.2.0.md

File metadata and controls

53 lines (47 loc) · 4.14 KB

Release: 9.2.0 (2019/04/01)

  • 2019-04-01 [FEATURE] Use predictable icon identifier (Commit d88b6d78 by Claus Due)
  • 2019-03-30 [BUGFIX] Implement section object colPos with JS (#1592) (Commit cb381407 by pkerling)
  • 2019-03-30 [BUGFIX] Respect preview settings (#1678) (Commit cbbdc7c4 by Frank Rakow)
  • 2019-03-30 [FEATURE] Allow arbitrary TCA "config" array on fields (#1687) (Commit 61aca5ec by Claus Due)
  • 2019-03-21 [BUGFIX] Correctly copy & paste localized child elements (#1684) (Commit 5380e40d by Attila Glück)
  • 2019-03-20 [BUGFIX] Do not use dynamic table name in update statement (Commit 1d464238 by Claus Due)
  • 2019-03-20 [BUGFIX] Prevent issues with translate button on 8.7 (Commit 90774c92 by Claus Due)
  • 2019-03-03 [BUGFIX] Allow null returns when loading DB record (Commit 3509426a by Claus Due)
  • 2019-03-03 [BUGFIX] Add extension key to cache identifier (Commit d6fd227c by Claus Due)
  • 2019-03-03 [FEATURE] Allow translating child content with localize button (Commit ae671cc8 by Claus Due)
  • 2019-03-03 [BUGFIX] Show column label instead of colPos (page translation view) (#1608) (Commit 5fde1b6d by Benjamin)
  • 2019-03-03 [BUGFIX] Use context-sensitive DB constraints handling (Commit 482dd135 by Claus Due)
  • 2019-03-03 [FEATURE] Content type API and record-based CTypes (#1653) (Commit 462b39fa by Claus Due)
  • 2019-03-03 [FEATURE] Support PHP 7.3 (Commit e652799c by Claus Due)
  • 2019-03-03 [REMOVAL] Require PHP 7.1 or above (Commit 30ed23b2 by Claus Due)
  • 2019-01-08 [BUGFIX] Copy & Paste child elements (Commit 72a7e3e5 by Attila Glück)
  • 2019-02-27 [BUGFIX] Loosen up check for collapse icon cache retrieval (Commit 877f5150 by Claus Due)
  • 2019-01-07 [FEATURE] Allow cropVariants definition for FAL fields (#1660) (Commit 0eaf316a by Jonas Schwabe)
  • 2018-12-12 [BUGFIX] Fix RecordService->getSingle return type (Commit f1c2765d by Felix Bünemann)
  • 2018-11-13 [BUGFIX] Handle expanded records from FormEngine (#1648) (Commit 5403939d by Claus Due)
  • 2018-11-12 [BUGFIX] Skip deleted content when testing for conflicting records (Commit 7d18f61c by Felix Nagel)
  • 2018-11-10 [BUGFIX] Skip migration of deleted content records (Commit d024733f by Claus Due)
  • 2018-11-03 [BUGFIX] Fix incorrect reference to language service (#1612) (Commit aa703344 by ogrosko)
  • 2018-11-02 [BUGFIX] Add renderType to Form\Field\Tree. (#1634) (Commit b217167f by sven-carstens-udg)
  • 2018-11-02 [BUGFIX] Require correct source data for table.field mapping (Commit f00192fb by Attila Glück)
  • 2018-10-28 [BUGFIX] Handle empty form IDs in new content wizard (Commit 70065e59 by Claus Due)
  • 2018-10-28 [FEATURE] Allow custom Provider class for template-as-CType (Commit 1d4ba3a9 by Claus Due)
  • 2018-10-27 [BUGFIX] Adjust DS resolving to fixed provider priority (Commit 9925a73b by Claus Due)
  • 2018-10-27 [BUGFIX] Fix signature default values (Commit cdc15adb by Claus Due)
  • 2018-10-27 [FEATURE] Automatic grids from section objects (#1582) (Commit 71a9cdce by Claus Due)
  • 2018-10-27 [BUGFIX] Ensure resolved providers sorted high-priority first (Commit be3d86eb by Claus Due)
  • 2018-10-27 [BUGFIX] Respect Provider’s template file in controllers (Commit 5484c69b by Claus Due)
  • 2018-10-27 [FEATURE] Allow forcing a CType for registered content (Commit c6c17094 by Claus Due)
  • 2018-10-19 [BUGFIX] Add pageTSconfig for content types in frontend (Commit 2110dcbd by Kuba)
  • 2018-10-19 [BUGFIX] Restore $table.$field naming transfer to record (#1636) (Commit d26dacf4 by Claus Due)
  • 2018-10-19 [BUGFIX] Do not cache DS unless marked static (Commit 3f4d4865 by Claus Due)
  • 2018-10-12 [BUGFIX] Treat negative parent UID as falsey (#1633) (Commit 36e89e7b by Valentin Ruescas)
  • 2018-10-02 [FEATURE] Declare support for TYPO3v9 LTS (Commit c88d194d by Claus Due)

Generated by:

git log --since="2018/10/02" --until="2019/04/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.1.0...9.2.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!