WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: chrisrhymes/link-checker

v0.9

04 Jun 07:29
ca7c803

Choose a tag to compare

Update tests to Pest v3

v0.8.4

28 Jan 21:13
64c1cdc

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

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

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

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

Choose a tag to compare

  • Prevent checking mailto and tel links #8

v0.7

18 Jul 11:46
e752856

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

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

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

Choose a tag to compare

Add properties to model doc blocks