Skip to content

Releases: sebkln/content_slug

v5.0.0

Choose a tag to compare

@sebkln sebkln released this 06 Dec 10:59

Supports TYPO3 v14.

New minimum requirements for previous TYPO3 versions are 13.4.21 and 12.4.41.

v4.3.0

Choose a tag to compare

@sebkln sebkln released this 02 Dec 19:58
  • [FEATURE] Tag and alias for data processor
    The alias fragment-identifier can now be used in TypoScript configuration instead of the fully-qualified class name Sebkln\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

Choose a tag to compare

@sebkln sebkln released this 20 May 18:49

[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

Choose a tag to compare

@sebkln sebkln released this 17 May 21:24

[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

Choose a tag to compare

@sebkln sebkln released this 13 Apr 12:22

[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

Choose a tag to compare

@sebkln sebkln released this 07 Jul 09:40

[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

Choose a tag to compare

@sebkln sebkln released this 26 May 09:16

[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.

v3.1.0

Choose a tag to compare

@sebkln sebkln released this 29 Jul 14:55

[BUGFIX] Localize fragmentIdentifier in RTE and TCA type inputlink
[TASK] Avoid use of TBE_EDITOR and inline JavaScript
[DOC] Update changelog

v2.2.0

Choose a tag to compare

@sebkln sebkln released this 29 Jul 14:54

[BUGFIX] Localize fragmentIdentifier in RTE and TCA type inputlink
[DOC] Update changelog

v2.1.2

Choose a tag to compare

@sebkln sebkln released this 23 Mar 20:51

[BUGFIX] Remove superfluous property assignments