Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Do not use useCacheHash when generating links on TYPO3 9.5+ #1781

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

cweiske
Copy link
Contributor

@cweiske cweiske commented May 17, 2022

Since the introduction of native speaking URLs, the parameter has no effect
anymore:
https://docs.typo3.org/c/typo3/cms-core/9.5/en-us/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.html#impact

It has been removed in TYPO3v10 and throws a deprecation notice:

TYPO3 Deprecation Notice: Setting typolink.useCacheHash has no effect anymore.
Remove the option in all your TypoScript code and Fluid templates.
in typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 155

https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.html

Resolves: #1774

Since the introduction of native speaking URLs, the parameter has no effect
anymore:
https://docs.typo3.org/c/typo3/cms-core/9.5/en-us/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.html#impact

It has been removed in TYPO3v10 and throws a deprecation notice:
> TYPO3 Deprecation Notice: Setting typolink.useCacheHash has no effect anymore.
> Remove the option in all your TypoScript code and Fluid templates.
> in typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 155

https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.html

Resolves: FluidTYPO3#1774
@NamelessCoder NamelessCoder force-pushed the development branch 3 times, most recently from 7b35850 to 50d769b Compare June 2, 2022 19:06
@NamelessCoder NamelessCoder merged commit 1f063a3 into FluidTYPO3:development Jun 16, 2022
@cweiske cweiske deleted the useCacheHash-v9 branch June 16, 2022 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting typolink.useCacheHash has no effect in TYPO3v9+
2 participants