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 6.1.1
- Loading branch information
1 parent
9b062dd
commit 3f5a7c5
Showing
2 changed files
with
26 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,24 @@ | ||
## Release: 6.1.1 (2022/05/02) | ||
|
||
* 2022-05-02 [BUGFIX] Fix incorrect version comparison (Commit 9b062dd9 by Claus Due) | ||
* 2022-05-01 [FEATURE] Use middleware to render assets on TYPO3 9.5+ (Commit 863e0304 by Claus Due) | ||
* 2022-05-01 [BUGFIX] Always add alt attribute to media.image (#1679) (Commit bc128b8a by Andreas Kießling) | ||
* 2022-05-01 [BUGFIX] Cast non-string haystacks in two Contains conditions (Commit e3c3e198 by Claus Due) | ||
* 2022-05-01 [BUGFIX] Adjust v:page.header.alternate to PageRenderer changes (Commit 0fff590f by Claus Due) | ||
* 2022-05-01 [BUGFIX] Check/use new colorspace configuration location (Commit df23843d by Claus Due) | ||
* 2022-05-01 [BUGFIX] Fix v:page.link on TYPO3v11+ (Commit 8c4e1277 by Claus Due) | ||
* 2022-05-01 [BUGFIX] Fix v:render.uncache for serialization-restricted platforms (Commit 78bdaf50 by Claus Due) | ||
* 2022-05-01 [BUGFIX] Fix inline/child pass of "a" for v:iterator.diff (Commit 76b424c8 by Claus Due) | ||
|
||
Generated by: | ||
|
||
``` | ||
git log --since="2022/05/01" --until="2022/05/02" --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/6.1.0...6.1.1 | ||
|
||
*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!* | ||
|