Releases: sebkln/content_slug
Release list
v5.0.0
v4.3.0
- [FEATURE] Tag and alias for data processor
The aliasfragment-identifiercan now be used in TypoScript configuration instead of the fully-qualified class nameSebkln\ContentSlug\DataProcessing\FragmentIdentifierProcessor. - [BUGFIX] Only access ContentObjectRenderer with FE request
This fixes an issue in the TYPO3 Redirects module if a redirect target contains a fragment.
v3.2.0
[BUGFIX] Generate anchor from header when mass-editing records
The Single Table View in the List module allows to edit multiple records with selected field at the same time.
This change fixes the button to automatically generate a human-readable anchor from the current header in this editing view.
Requirement: The header field must be rendered in the view as well.
v4.2.0
[BUGFIX] Generate anchor from header when mass-editing records
The Single Table View and "Edit columns" button in list view allows to edit multiple records with selected field at the same time.
This change fixes the button to automatically generate a human-readable anchor from the current header in this editing view.
Requirement: The header field must be rendered in the view as well.
v4.1.0
[FEATURE] Add option to disable check for hidden headers
By default, links to a content element with hidden header will not
use a given human-readable fragment. This is because the intended
use case of this extension are anchors on heading elements.
The new setting checkForHiddenHeaders allows to disable this check.
The TYPO3 administrator or integrator is then responsible to provide
a suitable Fluid layout for content elements that renders
the {fragmentIdentifier} at a different HTML tag.
v4.0.0
[FEATURE] Support Site Sets
[TASK] Switch to associated array keys in TCA
[DOC] Mention 'ModifyFragment' event listener
[TASK] Replace RequireJS with ES6 modules
[TASK] Remove obsolete hook and CSH labels
[TASK] Update TYPO3 compatibility to v12 and v13
v3.1.1
[BUGFIX] Check for given request before modifying fragment links (thanks to @tastendruecker for the report)
This fixes an issue with redirects that contain a fragment in its target (e.g. t3://page?uid=123#456), as TSFE is not available in this case.