Skip to content

Commit 86c6fee

Browse files
committed
[TASK] Create change log for 11.1.0
1 parent 14e2a3a commit 86c6fee

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Latest release: 11.0.7 (2025/09/15 08:47:21)
1+
Latest release: 11.1.0 (2025/10/17 09:40:36)
22

33
All previous release change logs:
44

5+
* [11.1.0 (2025/10/17)](Documentation/Changelog/11.1.0.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.7...11.1.0)
56
* [11.0.7 (2025/09/15)](Documentation/Changelog/11.0.7.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.6...11.0.7)
67
* [11.0.6 (2025/09/12)](Documentation/Changelog/11.0.6.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.5...11.0.6)
78
* [11.0.5 (2025/09/08)](Documentation/Changelog/11.0.5.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.4...11.0.5)

Documentation/Changelog/11.1.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Release: 11.1.0 (2025/10/17 09:40:36)
2+
3+
* 2025-07-25 [BUGFIX] Fix singular record not being overlay properly (Commit 363e1dbd by Rall3n)
4+
* 2025-09-24 [BUGFIX] Handle site configuration that may be array or string (Commit 41f6c299 by Bastian Schwabe)
5+
* 2025-10-17 [BUGFIX] Read "value" argument on TYPO3v11 and below (Commit 26d11e85 by Claus Due)
6+
* 2025-10-16 [FEATURE] Add French Language file (#2261) (Commit b0787595 by Luc Muller)
7+
* 2025-09-17 [FEATURE] Description attribute for all field types (Commit 7e8682c9 by Christian Weiske)
8+
* 2025-10-16 [BUGFIX] Correct various lookup attempts to find current record (Commit f71fe74e by Claus Due)
9+
* 2025-10-16 [FEATURE] Allow content object to be resolved from specific request (Commit 22e9ba85 by Claus Due)
10+
* 2025-10-16 [FEATURE] Accept original request attributes to copy to new request (Commit ac2bff93 by Claus Due)
11+
* 2025-09-29 [BUGFIX] Pass field name when reading flexform values (Commit 77e2f503 by Claus Due)
12+
* 2025-09-29 [BUGFIX] Ensure template file path is set in page template fetch context (Commit 649352bb by Claus Due)
13+
* 2025-09-29 [BUGFIX] Guard against removed/changed/empty template reference (Commit c4d9e294 by Claus Due)
14+
* 2025-09-29 [BUGFIX] Avoid FrontendTypoScript method call on v12 (Commit 231f8b20 by Claus Due)
15+
* 2025-09-29 [BUGFIX] Provide a minimal faked TS config array in RequestBuilder (Commit de472de0 by Claus Due)
16+
17+
Generated by:
18+
19+
```
20+
git log --since="2025/09/15 08:47:28" --until="2025/10/17 09:40:36" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
21+
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
22+
```
23+
24+
Full list of changes: https://github.com/FluidTYPO3/flux/compare/11.0.7...11.1.0
25+
26+
*Please note: the change list above does not contain any TASK commits since they are considered
27+
infrastructure-only and not relevant to end users. The full list includes these!*
28+

0 commit comments

Comments
 (0)