Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Migrate upgrade wizards registration #394

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

sbuerk
Copy link
Contributor

@sbuerk sbuerk commented Dec 12, 2024

Since TYPO3 12.2 [1] registration upgrade wizards using the
$GLOBALS array has been deprecated in favour of using the
new PHP attribute #[UpgradeWizard('myUpgradeWizard')].

This change adopts the new way of registering upgrade
following the migration path given in the changelog entry.

[1] https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.2/Deprecation-99586-RegistrationOfUpgradeWizardsViaGLOBALS.html

Since TYPO3 12.2 [1] registration upgrade wizards using the
`$GLOBALS` array has been deprecated in favour of using the
new PHP attribute `#[UpgradeWizard('myUpgradeWizard')]`.

This change adopts the new way of registering upgrade
following the migration path given in the changelog entry.

[1] https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.2/Deprecation-99586-RegistrationOfUpgradeWizardsViaGLOBALS.html
@sbuerk sbuerk merged commit ed3866d into main Dec 12, 2024
4 checks passed
@sbuerk sbuerk deleted the migrate-upgrade-wizard-registration branch December 12, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants