From 038d7ac9cf4eb564d634840d583c3478975ab222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <typo3@krue.ml> Date: Sun, 18 Feb 2024 11:17:48 +0100 Subject: [PATCH] [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: 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> --- .../13.0/Feature-102628-CacheInstructionMiddleware.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst b/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst index ca732b51cb33..10670b9772e8 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.0/Feature-102628-CacheInstructionMiddleware.rst @@ -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 -- GitLab