forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Generate change log for 4.4.0
- Loading branch information
1 parent
c024ac8
commit 0f09ace
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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!* | ||
|