This release is a major release. We added support for TYPO3 v13 and PHP >=8.3 and dropped support for TYPO3 v12.
Breaking
Usage of static-info-tables is replaced by TYPO3 Country API for geo-blocking functionality. Country assignments in the data records tx_locate_domain_model_region
must be reset after updating the extension.
Added
- Support for TYPO3 v13 and PHP >=8.3
- Add console command to update IP database automatically
- Use TYPO3 Country API for geo-blocking functionality
- Add jaybizzle/crawler-detect as requirement to exclude bots and crawler from language detection
- Add config 'allowFallback' allowing redirect to a site that will cause a language fallback (thanks to @Andreas-Sommer)
Updates
- Initial IP database updated
Removed
- Drop support for TYPO3 v12 and PHP <8.3
- Drop usage of EXT:static-info-tables
Thanks to
Full Changelog: v12.0.3...v13.0.0