From b7a73aadcf78c4e9a49efe9081ccc6caf11be8f5 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sun, 10 May 2026 09:14:01 +0200 Subject: [PATCH] [TASK] Remove outdated version hints Releases: main --- Documentation/Pages/PageTypes/Index.rst | 5 ----- composer.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Documentation/Pages/PageTypes/Index.rst b/Documentation/Pages/PageTypes/Index.rst index 301f163c..9f55195b 100644 --- a/Documentation/Pages/PageTypes/Index.rst +++ b/Documentation/Pages/PageTypes/Index.rst @@ -54,11 +54,6 @@ Folder A folder page type is a container. It is generally used to store records other than pages or content elements. It will not display in the frontend. -Recycler - .. versionchanged:: 13.0 - The recycler type was removed. As a substitution use the - :doc:`recycler module `. - Menu separator This page type creates a visual separation in the page tree. You can use TypoScript to also display these separators in the frontend navigation. diff --git a/composer.json b/composer.json index 3e437a1c..c6787875 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,6 @@ "description": "This tutorial explains how to add or change content on an existing website using TYPO3 CMS. It provides the most basic instructions step by step and illustrated with screenshots.", "license": "OPL-1.0", "require": { - "typo3/cms-core": "^11.0" + "typo3/cms-core": "^14.3" } }