You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole thing looks pretty good already, in the following files the ObjectManager is used, this is deprecated in TYPO3 V12:
Classes/Resource/Rendering/VimeoRenderer.php
Classes/Resource/Rendering/YouTubeRenderer.php
Delete the line with ObjectManager and replace $objectManager->get( with GeneralUtility::makeInstance(.
And in the composer.json file, the TYPO3 V12 version is missing in the required value.
Is a version for TYPO3 v12 to be expected in the near future?
The text was updated successfully, but these errors were encountered: