Skip to content

Commit

Permalink
[TASK] Generate change log for 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed May 1, 2022
1 parent 9d2a75c commit 4e0c8a5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Latest release: 9.5.0 (2021/05/24)
Latest release: 9.6.0 (2022/05/01)

All previous release change logs:

* [9.6.0 (2022/05/01)](Documentation/Changelog/9.6.0.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.5.0...9.6.0)
* [9.5.0 (2021/05/24)](Documentation/Changelog/9.5.0.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.4.2...9.5.0)
* [9.4.2 (2020/09/24)](Documentation/Changelog/9.4.2.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.4.1...9.4.2)
* [9.4.1 (2020/06/28)](Documentation/Changelog/9.4.1.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.4.0...9.4.1)
Expand Down
38 changes: 38 additions & 0 deletions Documentation/Changelog/9.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## 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!*

0 comments on commit 4e0c8a5

Please sign in to comment.