Skip to content

Commit 7d79d76

Browse files
committed
Merge branch 'master' into development
2 parents 8ea5f9b + 63f01e2 commit 7d79d76

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
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.3 (2025/05/12 12:00:22)
1+
Latest release: 11.0.4 (2025/09/03 11:41:02)
22

33
All previous release change logs:
44

5+
* [11.0.4 (2025/09/03)](Documentation/Changelog/11.0.4.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.3...11.0.4)
56
* [11.0.3 (2025/05/12)](Documentation/Changelog/11.0.3.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.2...11.0.3)
67
* [11.0.2 (2025/05/06)](Documentation/Changelog/11.0.2.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.1...11.0.2)
78
* [11.0.1 (2025/05/06)](Documentation/Changelog/11.0.1.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/11.0.0...11.0.1)

Documentation/Changelog/11.0.4.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Release: 11.0.4 (2025/09/03 11:41:02)
2+
3+
* 2025-08-30 [BUGFIX] Fix error due to undefined array key "colPos" in colPosListItemProcFunc (#2254) (Commit 43de65cd by RKlingler)
4+
* 2025-08-30 [BUGFIX] Fix `allowedContentTypes` in TYPO3 v13+ by using new `defaultValues` key (#2249) (Commit ca2530b6 by Rall3n)
5+
6+
Generated by:
7+
8+
```
9+
git log --since="2025/05/12 12:01:29" --until="2025/09/03 11:41:02" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
10+
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
11+
```
12+
13+
Full list of changes: https://github.com/FluidTYPO3/flux/compare/11.0.3...11.0.4
14+
15+
*Please note: the change list above does not contain any TASK commits since they are considered
16+
infrastructure-only and not relevant to end users. The full list includes these!*
17+

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
'description' => 'Drop-in page and content templates with nested content feature. Provides multiple condensed integration APIs to use advanced TYPO3 features with little effort.',
55
'category' => 'misc',
66
'shy' => 0,
7-
'version' => '11.0.3',
7+
'version' => '11.0.4',
88
'dependencies' => 'cms',
99
'conflicts' => '',
1010
'priority' => 'top',
1111
'loadOrder' => '',
1212
'module' => '',
13-
'state' => 'beta',
13+
'state' => 'stable',
1414
'uploadfolder' => 0,
1515
'createDirs' => '',
1616
'modify_tables' => '',

0 commit comments

Comments
 (0)