Releases: schliesser/sitecrawler
Major release v3.0.0
Version 3.0.0 supports now gzipped sub sitemaps and TYPO3 v13.
Dropped support for TYPO3 v11 and older.
Release v2.0.1
TYPO3 12.2 support added
Major Release v2.0.0
New option '--list=json' to export the gathered url list as json or txt.
Refactored the command and dropped support for TYPO3 9.5.
Maintenance release v1.1.2
Maintenance release v1.1.2
- Readme and description updated
- License changed to GPL-2.0-or-later
Full Changelog: v1.1.1...v1.1.2
TYPO3 11 compatibility and support for robots.txt sitemap definitons
This release adds support for TYPO3 11 and also a cool new feature! It now detects sitemaps which are configured in robots.txt files. This enables you now, to just define the website root path in your command/scheduler task and automatically crawl all your sitemaps.
Bugfix release
Changelog
- [BUGFIX] Single entries in sitemap or sitemap index causing errors (#5)
- [FEATURE] Implement tests
Initial release
First release of TYPO3 sitemap crawler
This extension provides a Symfony command to crawl the sitemap including all sub sitemaps. It gathers all available urls and than calls each url to warm up the TYPO3 page cache.