All notable changes to spatie/http-status-check
will be documented in this file.
- Fix broken screenshot link on readme file by @yongkyali in #88
- Update spatie/http-status-check by @nlemoine in #91
- @yongkyali made their first contribution in #88
Full Changelog: https://github.com/spatie/http-status-check/compare/3.4.0...4.0.0
- Remove support for PHP 8.0
- Update spatie/crawler
- Bump dependencies
- Fix deprecation notices related to spatie/crawler
- Add support for PHP 8
- follow and log redirects as multiple responses (#66)
- fix for overwriting a file
- use response status code if available (#59)
- allow symfony 5 components
- Add an extra null check when a request fails to determine the message.
- Update crawler to
^4.1.0
. - Add
--ignore-robots
option.
- PHP 7.1 required
- update
spatie/crawler
to^3.0
- added support for Symfony 4
- added some command line arguments
- add
timout
option
- fix add
dont-crawl-external-urls
option
- add
dont-crawl-external-urls
option
- append urls to log file instead of overwriting entire file
- added an option to write an output log file
- improve speed by crawling links concurrently
- show on which url a broken link was found
- add support for Symfony 3
- Lower requirements to php 5.5
- First release