[TASK] Drop the ListTypeToCTypeUpdate upgrade wizard - #2211
Merged
Conversation
Coverage Report for CI Build 30360403584Warning No base build found for commit Coverage: 100.0%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
oliverklee
force-pushed
the
task/drop-upgrade-wizards
branch
from
July 6, 2026 14:16
71158f4 to
3d55b79
Compare
oliverklee
marked this pull request as draft
July 6, 2026 14:29
oliverklee
force-pushed
the
task/drop-upgrade-wizards
branch
from
July 7, 2026 14:39
3d55b79 to
a977feb
Compare
oliverklee
force-pushed
the
task/drop-upgrade-wizards
branch
2 times, most recently
from
July 25, 2026 08:32
5ca6a29 to
1004a28
Compare
oliverklee
marked this pull request as ready for review
July 25, 2026 08:34
oliverklee
requested review from
a team and
AnReiter
and removed request for
AnReiter
July 25, 2026 08:34
oliverklee
force-pushed
the
task/drop-upgrade-wizards
branch
4 times, most recently
from
July 28, 2026 12:40
0872237 to
05b1b27
Compare
All 4.x versions of this extension have had this upgrade wizard. So we can expect all users to have run the upgrade, and we can remove the upgrade wizard. We can also remove the `typo3/cms-install` dependency, which was only relevant for the upgrade wizard. ``` composer rem typo3/cms-install ```
oliverklee
force-pushed
the
task/drop-upgrade-wizards
branch
from
July 28, 2026 12:46
05b1b27 to
1f2814c
Compare
kanow
approved these changes
Jul 28, 2026
kanow
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me and make sense to remove that upgrade wizard.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All 4.x versions of this extension have had this upgrade wizard. So we can expect all users to have run the upgrade, and we can remove the upgrade wizard.
We can also remove the
typo3/cms-installdependency, which was only relevant for the upgrade wizard.