From bb13273f0871c2fad093e17f5abe2e96f3f59cc0 Mon Sep 17 00:00:00 2001 From: Jo Hasenau Date: Fri, 21 Aug 2026 16:48:24 +0200 Subject: [PATCH 1/2] Removed misleading TYPO3 extension replacement information (#841) --- Documentation/Installation/Updates/Index.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation/Installation/Updates/Index.rst b/Documentation/Installation/Updates/Index.rst index 6bf16c72..5c2a2e97 100644 --- a/Documentation/Installation/Updates/Index.rst +++ b/Documentation/Installation/Updates/Index.rst @@ -115,10 +115,7 @@ have to update the third-party extensions too. In the **`TYPO3 Extension Reposit you can enter the name of that extension and get information about supported TYPO3 versions. Some extension authors prefer to only publish their extensions on `packagist `__. When the extension does not exist for the current TYPO3 version you can create an -issue or search for an alternative extension offering the same functionality. -For example, the `gridelements extension`__ -was replaced by the `container extension`__, both -having equal functionalities. +For example, any blog extension could be replaced by another of several blog extensions. Useful commands to simplify the updates of extensions can be found in the :ref:`Upgrade extensions guide `. From 388b530b4f2d2111b9bfa304ad335243939ab58e Mon Sep 17 00:00:00 2001 From: "typo3-docs-backport-bot[bot]" <270076365+typo3-docs-backport-bot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:25:27 +0200 Subject: [PATCH 2/2] [BUGFIX] Restore sentence accidentally deleted in #841 (#847) (#848) PR #841 removed the outdated gridelements/container example but also dropped the lead-in clause "issue or search for an alternative extension offering the same functionality.", leaving a dangling sentence fragment. Assisted-by: Claude Sonnet 5 Releases: main, 14.3, 13.4 (cherry picked from commit 3320a4acf277c783ef42104afeae8662698925ce) Signed-off-by: lina.wolf Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com> --- Documentation/Installation/Updates/Index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Installation/Updates/Index.rst b/Documentation/Installation/Updates/Index.rst index 5c2a2e97..85987ae5 100644 --- a/Documentation/Installation/Updates/Index.rst +++ b/Documentation/Installation/Updates/Index.rst @@ -115,6 +115,7 @@ have to update the third-party extensions too. In the **`TYPO3 Extension Reposit you can enter the name of that extension and get information about supported TYPO3 versions. Some extension authors prefer to only publish their extensions on `packagist `__. When the extension does not exist for the current TYPO3 version you can create an +issue or search for an alternative extension offering the same functionality. For example, any blog extension could be replaced by another of several blog extensions. Useful commands to simplify the updates of extensions can be found in the :ref:`Upgrade extensions guide `.