Skip to content

Releases: schliesser/sitecrawler

Major release v3.0.0

14 May 22:19
Compare
Choose a tag to compare

Version 3.0.0 supports now gzipped sub sitemaps and TYPO3 v13.
Dropped support for TYPO3 v11 and older.

Release v2.0.1

07 Mar 19:51
Compare
Choose a tag to compare

TYPO3 12.2 support added

Major Release v2.0.0

07 Mar 19:37
Compare
Choose a tag to compare

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

08 Jul 06:04
Compare
Choose a tag to compare

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

03 Oct 17:22
Compare
Choose a tag to compare

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

12 Aug 09:18
a41103e
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Single entries in sitemap or sitemap index causing errors (#5)
  • [FEATURE] Implement tests

Initial release

25 Feb 23:53
Compare
Choose a tag to compare

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.