Actions
Task #91956
closedUpdate documentation for deprecation of useCacheHash, noCacheHash
Start date:
2020-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Change for 10 only
- These options were deprecated in 10 and no longer have any effect
- Removed in 11
See changelog: Deprecation: #88406 - setCacheHash/noCacheHash options in ViewHelpers and UriBuilder
I categorized as documentation, even though the changes must be made in the source (or rather the comments)
Required changes:
- ViewHelper documentation still uses examples with these arguments in 10, e.g.TypoLinkViewHelper in 10.4
typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php
typo3/sysext/fluid/Classes/ViewHelpers/Uri/TypolinkViewHelper.php
typo3/sysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php
typo3/sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php
I believe, in "master" this was removed.
Actions