Skip to content

Releases: code-q-web-factory/CodeQ.LinkChecker

Version 3.1.0: Neos 8 and PHP 8 support, performance improvements and bugfixes

10 Jun 09:37
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Handle undefined env variable gracefully by @rolandschuetz in #13
  • CHORE: Update dependencies by @gradinarufelix in #18
  • Improve memory usage
  • Fix #21
  • Fix bug where a site without a primary domain would result in a type error, by omitting these sites as they have no domain
  • Improve verbosity of output in CLI

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0 Improved UI and API

06 Feb 23:27
e28cff6
Compare
Choose a tag to compare

The setting options and commands changed. The backend UI was greatly improved, the email notifications are replaced, retry if connection timed out was added and domains are now automatically detected based on the site's domain.

Contributions:
Thanks to @mhsdesign for his development and to Code Q for sponsoring and open sourcing the package. Concept and UX design by @rolandschuetz

v2.0.0 Support for PHP 8.1

24 Oct 18:20
Compare
Choose a tag to compare

update the library spatie/crawler to v6 since its dependency in the v4 tightenco/collect doesnt work with php8.1 in the required version.

requires us to use at least php 7.4 so this is a breaking change, as we don't support php 7.1 - 7.3 anymore

v1.0.1

26 Sep 14:21
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0 Stable Release

19 Sep 22:37
e6e07b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/code-q-web-factory/CodeQ.LinkChecker/commits/v1.0.0