Skip to content

Commit

Permalink
[TASK] Create change log for 10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Oct 10, 2023
1 parent 686bcb6 commit 283cc37
Show file tree
Hide file tree
Showing 2 changed files with 20 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: 10.0.6 (2023/09/11 14:24:33)
Latest release: 10.0.7 (2023/10/10 09:17:59)

All previous release change logs:

* [10.0.7 (2023/10/10)](Documentation/Changelog/10.0.7.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.6...10.0.7)
* [10.0.6 (2023/09/11)](Documentation/Changelog/10.0.6.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.5...10.0.6)
* [10.0.5 (2023/09/08)](Documentation/Changelog/10.0.5.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.4...10.0.5)
* [10.0.4 (2023/09/07)](Documentation/Changelog/10.0.4.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/10.0.3...10.0.4)
Expand Down
18 changes: 18 additions & 0 deletions Documentation/Changelog/10.0.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Release: 10.0.7 (2023/10/10 09:17:59)

* 2023-10-10 [BUGFIX] Correct template lookup when page record is new (Commit 2eecad3d by Claus Due)
* 2023-09-28 [BUGFIX] Remove "images" from softref parsers list in Text element (Commit c68381f6 by Claus Due)
* 2023-09-11 [BUGFIX] Proxy setContentObject in ChimeraConfigurationManager (Commit 93241db6 by Claus Due)

Generated by:

```
git log --since="2023/09/11 14:25:41" --until="2023/10/10 09:17:59" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/flux/compare/10.0.6...10.0.7

*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 283cc37

Please sign in to comment.