[TASK] Set beta stability

[TASK] Set beta stability
NamelessCoder 2025-10-17

Merge branch 'master' into development

Merge branch 'master' into development
NamelessCoder 2025-10-17

[TER] 11.1.0

[TER] 11.1.0
NamelessCoder 2025-10-17

[TASK] Create change log for 11.1.0

[TASK] Create change log for 11.1.0
NamelessCoder 2025-10-17

Merge branch 'development'

Merge branch 'development'
NamelessCoder 2025-10-17

[BUGFIX] Fix singular record not being overlay properly

[BUGFIX] Fix singular record not being overlay properly
Rall3n 2025-10-17

[BUGFIX] Handle site configuration that may be array or string

[BUGFIX] Handle site configuration that may be array or string
r12r 2025-10-17

[BUGFIX] Read "value" argument on TYPO3v11 and below

[BUGFIX] Read "value" argument on TYPO3v11 and below

Fixes flux:form.option with tag content on older TYPO3 versions.
NamelessCoder 2025-10-17

[FEATURE] Add French Language file (#2261)

[FEATURE] Add French Language file (#2261)

Co-authored-by: Luc MULLER <[email protected]>
Co-authored-by: Claus Due <[email protected]>
lucmuller 2025-10-16

[TASK] Regenerate ViewHelper documentation

[TASK] Regenerate ViewHelper documentation
NamelessCoder 2025-10-16

[TASK] Update XSD schema

[TASK] Update XSD schema
NamelessCoder 2025-10-16

[FEATURE] Description attribute for all field types

[FEATURE] Description attribute for all field types

"description" has been supported in <flux:field> already,
but not for the single field types.
This patch adds support for the attribute in e.g. <flux:field.input>

Related: https://github.com/FluidTYPO3/flux/pull/1891
cweiske 2025-10-16

[TASK] Check if flux:field still supports description attribute

[TASK] Check if flux:field still supports description attribute

Related: https://github.com/FluidTYPO3/flux/pull/1891
cweiske 2025-10-16

[TASK] Extend phpstan baseline to ignore ServerRequest conditions

[TASK] Extend phpstan baseline to ignore ServerRequest conditions
NamelessCoder 2025-10-16

[FEATURE] Accept original request attributes to copy to new request

[FEATURE] Accept original request attributes to copy to new request
NamelessCoder 2025-10-16

[FEATURE] Allow content object to be resolved from specific request

[FEATURE] Allow content object to be resolved from specific request

Adds ability to avoid the fallback lookup to the TYPO3_REQUEST global.
NamelessCoder 2025-10-16

[BUGFIX] Correct various lookup attempts to find current record

[BUGFIX] Correct various lookup attempts to find current record

Fixes mainly a problem with Flux in an INT uncached context where
the resolved request and therefore content object data was not the
expected one (returned page row from inside a content context).

This fixes that problem by more consistently handing over the request
to the lookup methods and using the content object data when it is
availble in the content object.
NamelessCoder 2025-10-16

[BUGFIX] Pass field name when reading flexform values

[BUGFIX] Pass field name when reading flexform values
NamelessCoder 2025-09-29

[DOC] Remove outdated badge

[DOC] Remove outdated badge
NamelessCoder 2025-09-29

[BUGFIX] Ensure template file path is set in page template fetch context

[BUGFIX] Ensure template file path is set in page template fetch context

Close: #2263
NamelessCoder 2025-09-29