Skip to content
Snippets Groups Projects
Commit 038d7ac9 authored by Chris Müller's avatar Chris Müller Committed by Nikita Hovratov
Browse files

[DOCS] Correct text role in changelog for cache instruction middleware

Resolves: #103145
Related: #102628
Releases: main
Change-Id: Ib629563e5289e2dc459b042fe8c5fb7c54beb829
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83029


Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 5c78a714
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment