This pull request adds TYPO3 v10 support without breaking TYPO3 v9 support.
The following items are considered breaking changes in the TYPO3 Upgrade Module but all exist inside the getFrontendUrl() function of the Classes/Hooks/TCEMain.php file which I'm not actually sure how to test:
Aside from that, everything appears to be working correctly in both TYPO3 v9 and TYPO3 v10.
This pull request adds TYPO3 v10 support without breaking TYPO3 v9 support.
The following items are considered breaking changes in the TYPO3 Upgrade Module but all exist inside the
getFrontendUrl()
function of theClasses/Hooks/TCEMain.php
file which I'm not actually sure how to test:Aside from that, everything appears to be working correctly in both TYPO3 v9 and TYPO3 v10.