Skip to content

Commit

Permalink
[DOCS] Correct text role in changelog for cache instruction middleware
Browse files Browse the repository at this point in the history
Resolves: #103145
Related: #102628
Releases: main
Change-Id: Ib629563e5289e2dc459b042fe8c5fb7c54beb829
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83029
Reviewed-by: Nikita Hovratov <nikita.h@live.de>
Tested-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: Nikita Hovratov <nikita.h@live.de>
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
brotkrueml authored and nhovratov committed Feb 18, 2024
1 parent 5c78a71 commit 038d7ac
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,9 +11,9 @@ See :issue:`102628`
Description
===========

TYPO3 v13 introduces the new frontend-related PSR-7 request attribute :php`frontend.cache.instruction`
TYPO3 v13 introduces the new frontend-related PSR-7 request attribute :php:`frontend.cache.instruction`
implemented by class :php:`\TYPO3\CMS\Frontend\Cache\CacheInstruction`. This replaces the
previous :php:`TyposcriptFrontendController->no_cache` property and boolean php:`noCache` request
previous :php:`TyposcriptFrontendController->no_cache` property and boolean :php:`noCache` request
attribute.

Impact
Expand Down

0 comments on commit 038d7ac

Please sign in to comment.