Skip to content

Releases: chrisrhymes/link-checker

v0.8.4

28 Jan 21:13
64c1cdc
Compare
Choose a tag to compare

New features

  • Added support for relative links by passing a base parameter

v0.8.3

24 Aug 12:58
80539ee
Compare
Choose a tag to compare
  • Added support for fields that are urls as well as HTML fields

v0.8.2

18 Aug 08:07
93c224f
Compare
Choose a tag to compare
  • 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

17 Aug 08:59
8f6c11d
Compare
Choose a tag to compare
  • 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

15 Aug 12:56
b843e4f
Compare
Choose a tag to compare
  • Prevent checking mailto and tel links #8

v0.7

18 Jul 11:46
e752856
Compare
Choose a tag to compare
  • Add option to disable verifying SSL certificates when checking links.
  • Update tests to Pest v2.

v0.6

12 Apr 08:32
6824415
Compare
Choose a tag to compare
  • 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

27 Mar 10:15
0873636
Compare
Choose a tag to compare
  • Change exception message to text field to prevent exception messages being truncated

Breaking changes

v0.4.1

09 Feb 10:49
b23c861
Compare
Choose a tag to compare

Add properties to model doc blocks

v0.4

26 Sep 15:28
0c98a5b
Compare
Choose a tag to compare

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