-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into development
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 deletions.
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,19 @@ | ||
## Release: 7.0.2 (2024/01/25 13:30:12) | ||
|
||
* 2024-01-25 [BUGFIX] Declare UriBuilder service not shared to prevent instance reuse (Commit 8f8c165b by Claus Due) | ||
* 2024-01-15 [BUGFIX] Sort asset inclusion middleware to execute before content-length (Commit a2444d58 by Claus Due) | ||
* 2023-11-16 [BUGFIX] Make assertAdminLoggedIn use aspect api with TYPO3 >= 11.5 (Commit 18866ba4 by Benjamin) | ||
* 2023-11-13 [BUGFIX] Fix tidy vh: return string instead of tidy-object (Commit be65ecd8 by wimbaro) | ||
|
||
Generated by: | ||
|
||
``` | ||
git log --since="2023/11/13 11:29:07" --until="2024/01/25 13:30:12" --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/7.0.1...7.0.2 | ||
|
||
*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!* | ||
|
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