From 4ee943fd7dd77d3c6001ab351aa1e2de608761af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 15:22:30 +0200 Subject: [PATCH] [Backport 11.5] [TASK] Add section on core upgrader (#385) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [TASK] Add section on core upgrader refs #273 * Update Documentation/Tools/Index.rst * Update Documentation/Tools/Index.rst Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --------- Co-authored-by: Garvin Hicking Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/Tools/Index.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/Tools/Index.rst b/Documentation/Tools/Index.rst index 568913f2..a56f0a28 100644 --- a/Documentation/Tools/Index.rst +++ b/Documentation/Tools/Index.rst @@ -30,3 +30,18 @@ Support Visit the `TYPO3 Slack `__ and search for the `#ext-typo3-rector` channel. You can also open an issue or start a discussion on the projects GitHub page. + +EXT: Core Upgrader (v2) +======================= + +The TYPO3 extension was initially developed as +`EXT:core-upgrader ` (Composer package +`ichhabrecht/core-upgrader`, compatible up to TYPO3 v10) and has been forked as +`EXT:core-upgraderv2 ` (Composer package +`wapplersystems/core-upgrader`, compatible up to TYPO3 v12). + +The extension allows to perform multiple TYPO3 Core version upgrades in one step by offering +the older upgrade wizards. + +Another way to perform (and test/verify) upgrades of multiple TYPO3 versions in one go is outlined +in a `blog article "Automatic TYPO3 Updates Across Several Major Versions With DDEV `.