Releases: code-q-web-factory/CodeQ.LinkChecker
Version 3.1.0: Neos 8 and PHP 8 support, performance improvements and bugfixes
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
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
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
Full Changelog: v1.0.0...v1.0.1
v1.0.0 Stable Release
What's Changed
- FEATURE: Add link checker module by @simonschaufi in #1
Full Changelog: https://github.com/code-q-web-factory/CodeQ.LinkChecker/commits/v1.0.0