From 0f09ace090f0d6b7c241a1f103fd34752b9a11ce Mon Sep 17 00:00:00 2001 From: Claus Due Date: Sun, 11 Mar 2018 09:26:25 +0100 Subject: [PATCH] [TASK] Generate change log for 4.4.0 --- CHANGELOG.md | 3 ++- Documentation/Changelog/4.4.0.md | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 Documentation/Changelog/4.4.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 47013b53c..792ed2b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -Latest release: 4.3.3 (2017/10/26) +Latest release: 4.4.0 (2018/03/11) All previous release change logs: +* [4.4.0 (2018/03/11)](Documentation/Changelog/4.4.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.3.3...4.4.0) * [4.3.3 (2017/10/26)](Documentation/Changelog/4.3.3.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.3.2...4.3.3) * [4.3.2 (2017/09/19)](Documentation/Changelog/4.3.2.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.3.1...4.3.2) * [4.3.1 (2017/08/27)](Documentation/Changelog/4.3.1.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.3.0...4.3.1) diff --git a/Documentation/Changelog/4.4.0.md b/Documentation/Changelog/4.4.0.md new file mode 100644 index 000000000..ef0de242a --- /dev/null +++ b/Documentation/Changelog/4.4.0.md @@ -0,0 +1,26 @@ +## Release: 4.4.0 (2018/03/11) + +* 2018-03-07 [BUGFIX] Set hasSubpages correctly on localized menus (#1449) (Commit 14d5a1f by Thorsten Ho) +* 2018-03-07 [BUGFIX] Write publicly accessible files to typo3temp/assets/ on v8+ (#1435) (Commit d14d9d1 by Christian Ducrot) +* 2018-03-07 [BUGFIX] Handle empty array in ExtractViewHelper (#1450) (Commit 8cfb7d1 by Mathias Brodala) +* 2018-03-06 [BUGFIX] Handle crop argument when adding srcset variants (#1446) (Commit 438e361 by Thomas Luzat) +* 2018-02-20 [FEATURE] Add support for async/defer attributes to JS standalone assets (#1394) (Commit 79ce66c by prookie) +* 2018-02-01 [BUGFIX] Move class into the default image tag (#1441) (Commit 1a1239e by Felix) +* 2018-01-11 [BUGFIX] Trigger error on recursive extract with invalid iterable (#1434) (Commit 334f921 by Mathias Brodala) +* 2017-12-25 [BUGFIX] Correctly fetch media for translated pages (#1393) (Commit 4930466 by Christian Weiske) +* 2017-12-14 [BUGFIX] Enforce fixPermissions when writing asset file (#1425) (Commit be72ce8 by Peter Kraume) +* 2017-12-14 [BUGFIX] Corrections for TYPO3 v9 (#1426) (Commit d392485 by Cedric Ziel) +* 2017-11-28 [BUGFIX] Revert 'Properly use shortcut target uid' (#1423) (Commit 3170ac5 by Björn Fromme) + +Generated by: + +``` +git log --since="2017/10/26" --until="2018/03/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/4.3.3...4.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!* +