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

[MAINTENANCE] Fix calling registerPlugin with vendor name #1243

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

beatrycze-volk
Copy link
Collaborator

The first parameter $extensionName of method \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin used to contain the vendor name in the past.
As the vendor name does not have any effect at all, it's usage has been marked as deprecated.

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.html

@sebastian-meyer sebastian-meyer self-requested a review June 3, 2024 10:45
@sebastian-meyer sebastian-meyer added the 🛠 maintenance A task to keep the code up-to-date and manageable. label Jun 3, 2024
@sebastian-meyer sebastian-meyer merged commit cf145d6 into kitodo:master Jun 3, 2024
7 checks passed
sebastian-meyer added a commit that referenced this pull request Jun 3, 2024
@beatrycze-volk beatrycze-volk deleted the registerplugin branch June 3, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 maintenance A task to keep the code up-to-date and manageable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants