Skip to content

Commit

Permalink
[TASK] Generate changelog for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 11, 2020
1 parent 998058e commit cf8b740
Show file tree
Hide file tree
Showing 2 changed files with 47 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: 5.2.0 (2019/04/01)
Latest release: 6.0.0 (2020/01/11)

All previous release change logs:

* [6.0.0 (2020/01/11)](Documentation/Changelog/6.0.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/5.2.0...6.0.0)
* [5.2.0 (2019/04/01)](Documentation/Changelog/5.2.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/5.1.1...5.2.0)
* [5.1.1 (2019/01/09)](Documentation/Changelog/5.1.1.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/5.1.0...5.1.1)
* [5.1.0 (2018/10/02)](Documentation/Changelog/5.1.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/5.0.1...5.1.0)
Expand Down
45 changes: 45 additions & 0 deletions Documentation/Changelog/6.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Release: 6.0.0 (2020/01/11)

* 2020-01-11 [FEATURE] Declare support for TYPO3v10.2 and PHP 7.4 (Commit 998058ef by Claus Due)
* 2020-01-09 [REMOVAL] Remove deprecated select + option ViewHelpers (Commit b9037ba9 by Claus Due)
* 2020-01-09 [BUGFIX] Restore optional state of 'quality' argument (Commit a2aa938b by Claus Due)
* 2020-01-08 [REMOVAL] Remove unused and deprecated traits (Commit 33fef4a1 by Claus Due)
* 2020-01-08 [BUGFIX] Set default quality to TYPO3-configured value (Commit 541810bd by Claus Due)
* 2020-01-08 [REMOVAL] Remove deprecated typolink ViewHelper (Commit eca7ca19 by Claus Due)
* 2020-01-08 [REMOVAL] Remove deprecated v:if (Commit 9e45d08b by Claus Due)
* 2020-01-08 [BUGFIX] Make page.header.meta compatible with TYPO3v10 (Commit 0ccf8a68 by Claus Due)
* 2019-12-02 [BUGFIX] Allow sorting by DateTimeInterface (#1611) (Commit 43f87335 by MK-42)
* 2019-10-18 [BUGFIX] Restore negative $length support after switch to mb_ functions (#1603) (Commit 974baf61 by Stefan Neufeind)
* 2019-10-14 [BUGFIX] Fix deprecated TagBuilder reference (#1601) (Commit 4de72a25 by Joschi Kuphal)
* 2019-10-11 [BUGFIX] Fix various issues with "as" in iterator ViewHelpers (Commit de9a02f9 by Claus Due)
* 2019-10-10 [BUGFIX] Use keyword "root" for default pidInList in language mode (#1594) (Commit d3c53f4e by 123AltmarkAgentur)
* 2019-10-10 [REMOVAL] Deprecate v:form.select, alias to core's version (Commit 5312c073 by Claus Due)
* 2019-10-10 [BUGFIX] Fix invalid link for shortcuts when useShortcutTarget is enabled (#1569) (Commit a018c9eb by Henrik Ahrens)
* 2019-10-10 [BUGFIX] Do not render asset ViewHelpers twice (#1516) (Commit 4c49ee36 by pkerling)
* 2019-10-10 [BUGFIX] Register "condition" argument in v:unless (Commit 0234bd26 by Claus Due)
* 2019-10-10 [BUGFIX] Fix v10 compatibility for v:page.language (Commit b52997b9 by Claus Due)
* 2019-10-10 [BUGFIX] Correct logic flow in v:try (Commit f43165c5 by Claus Due)
* 2019-10-10 [BUGFIX] Use GeneralUtility to instantiate ContentObjectRenderer in... (#1590) (Commit e04e032a by Naderio)
* 2019-09-27 [FEATURE] Declare support for TYPO3v10 (Commit 6636898a by Claus Due)
* 2019-09-17 [REMOVAL] Alias select.optgroup and select.option (Commit c1e53550 by Claus Due)
* 2019-09-17 [BUGFIX] Match public signature of verdict() (Commit 78b8ae4d by Claus Due)
* 2019-05-31 [BUGFIX] Implement verdict() in favor of evaluateCondition() (Commit d973a1e8 by Claus Due)
* 2019-04-22 [FEATURE] Allow late static binding where possible (Commit 82405f7d by Claus Due)
* 2019-04-22 [FEATURE] Add flag for FAL ViewHelper to return objects (Commit d7156b0d by Claus Due)
* 2019-04-22 [BUGFIX] Remove call to deprecated method (Commit 9af62c4c by Claus Due)
* 2019-04-22 [BUGFIX] Prevent slashing already absolute URL (Commit c2eb605a by Claus Due)
* 2019-04-22 [BUGFIX] Add guards before attempt to resolve FAL relations (Commit a08b40e2 by Claus Due)
* 2019-04-22 [BUGFIX] Use correct reference to ControllerContext (Commit 5b4dafd6 by Claus Due)

Generated by:

```
git log --since="2019/04/01" --until="2020/01/11" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/5.2.0...6.0.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 cf8b740

Please sign in to comment.