xperseguers / t3ext-cloudflare

The Cloudflare TYPO3 extension ensures your TYPO3 website is running optimally on the Cloudflare platform.
https://extensions.typo3.org/extension/cloudflare
GNU General Public License v3.0
7 stars 11 forks source link

[TASK] Add TYPO3 v10 support #18

Closed ghost closed 3 years ago

ghost commented 3 years ago

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:

breaking

Aside from that, everything appears to be working correctly in both TYPO3 v9 and TYPO3 v10.