Yoast-SEO-for-TYPO3
Yoast-SEO-for-TYPO3 copied to clipboard
[FEATURE] Added support for TYPO3 13, dropped support for 10 and PHP7
Summary
This PR can be summarized in the following changelog entry:
- Added support for TYPO3 13
- Removed support for TYPO3 10 and PHP 7
Test instructions
This PR can be tested by following these steps:
- Clone this branch
- Run
ddev start
- Execute
ddev install-all
to setup the v11, v12 and v13 installations - Test both the frontend and backend
Quality assurance
- [X] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
Fixes #571