Releases: chrisrhymes/link-checker
Releases · chrisrhymes/link-checker
v0.8.4
v0.8.3
- Added support for fields that are urls as well as HTML fields
v0.8.2
- Added ability to set a custom user agent string for requests from the link checker. Set
user_agent
in the configuration file to customise.
v0.8.1
- Record when a link is a redirect
- Record the status code when a link has failed to help notify if it is a client or server error
v0.8
v0.7
- Add option to disable verifying SSL certificates when checking links.
- Update tests to Pest v2.
v0.6
- Change broken_link to text field to prevent long links being truncated
Breaking changes
- Requires
php artisan migrate
after updating to this version as there is a new migration
v0.5
- Change exception message to text field to prevent exception messages being truncated
Breaking changes
- Requires
php artisan migrate
after updating to this version as there is a new migration - Requires doctrine/dbal if using SQLite
v0.4.1
Add properties to model doc blocks
v0.4
Add link_text
to the broken_links table.
Breaking changes
- Requires
php artisan migrate
after updating to this version as there is a new migration