Version 5.1.0

July 15, 2026

Added

  • Scans now check links in batches using Craft's batched jobs. Discovery runs in the initial ScanJob, then link checking is handed off to a new CheckLinksBatchedJob that processes links in configurable batches, so no single queue job runs long enough to hit the queue's time limit on large sites. (#1)
  • New "Scan Batch Size" setting (scanBatchSize, default 50) controlling how many links each queue job checks before handing off to the next batch.

Changed

  • Scan progress tallies now update after each batch, so the dashboard progress bar advances throughout a queued scan rather than only at the end. Console scans (appleseed/scan) and entry-save scans continue to run synchronously in a single process.

Version 5.0.3

April 30, 2026

Security

  • Notification-failure log lines now mask recipient email addresses (e.g. j***@example.com) instead of writing them in plain text to Craft logs.

Version 5.0.2

April 15, 2026

Added

  • Changelog file with initial entries for 5.0.x releases.

Version 5.0.0

March 24, 2026

Added

  • Initial release
  • Hybrid link discovery (database scan + HTTP spider)
  • Smart HTTP link checking with HEAD/GET fallback and retries
  • CP dashboard with summary cards, filterable results table, and detail views
  • Scheduled scans (daily, weekly, monthly)
  • Entry-save scanning
  • Email notifications when broken links exceed threshold
  • CSV export
  • Ignore patterns (regex-based)
  • Console commands (appleseed/scan, appleseed/check-url)
  • Badge count in CP nav