releases

Every version, proven before it ships.

This page is the plain record: what changed in each release, and the checks every build passes before anyone can download it. The version you install is byte-for-byte the version that passed.

current: v0.7.10 · July 16, 2026

How a release ships

A release only exists if an automated pipeline finishes green. If any check below fails, the build stops — no zip, no download, no release. There is no manual path around it.

Installed on a real store, from zero
The built zip — not the source code — is installed and activated on a fresh WordPress + WooCommerce instance, then exercised: scan, health dashboard, add-on wiring.
fresh install · every release
Zero errors with WP_DEBUG on
The test store runs with WordPress debug mode enabled. If the plugin writes a single notice, warning, or deprecation to the debug log, the release fails.
debug log must be clean
Checked with WordPress.org's own scanner
The official Plugin Check tool — the same one the WordPress.org review team uses — runs against the exact built package on every release, all categories including security.
plugin check · 0 errors to pass
Same version, same bytes — always
A version number can never be reused or quietly rewritten: re-publishing an existing version is blocked, and every published version is kept immutable for rollback.
immutable versioned builds

Changelog

What changed, in plain language. The same history ships inside the plugin's readme.

v0.7.102026-07-16current
  • Declares WooCommerce as a required plugin (WordPress 6.5+ plugin dependencies) — the plugin is built for WooCommerce stores and now says so at install time.
v0.7.92026-07-15
  • Maintenance: health-alert defaults initialized on activation. Alerts stay opt-in — no email is sent until you enter one in Settings.
v0.7.82026-07-13
  • Site-root file check now uses the WordPress Filesystem API (read-only; nothing is written).
  • Removed an unnecessary core-file include and an error-level read.
v0.7.72026-07-12renamed to DiagnosticIQ
  • Privacy: IP-address scrubbing now catches all public addresses before a diagnosis is sent.
  • Internal code style aligned with WordPress.org coding guidance; packaging and header tidy-ups.
older versions (0.7.6 → 0.1.0)
v0.7.6
  • Upgrades preserve the diagnostic log; uninstall cleans data from pre-rename versions.
  • Alert emails rate-limited so an intermittently failing check cannot re-email on every scan.
  • Add-ons activate regardless of base folder name and clean up after themselves on uninstall.
v0.7.5
  • Directory-compliance rename; settings, license, and history migrate automatically.
  • Expanded external-services documentation: exactly what a diagnosis sends, and who processes it.
  • Scrubbing extended to IP and email addresses; SQL, CSV-export, and uninstall hardening.
v0.7.4
  • Scheduled-scan email alerts free for everyone (no longer license-gated).
  • All admin JS/CSS properly enqueued; log path via wp_upload_dir() for multisite compatibility.
v0.7.3
  • Directory-ready build: no bundled update checker; free tier fully silent without a key.
  • Expanded PII scrubbing (phone numbers) before any diagnosis is sent.
v0.6.x → v0.1.0
  • Store Health Dashboard with the money-path strip; async diagnosis engine; expanded signal taxonomy (Stripe, cache-loopback, HPOS); guided intake and plain-English diagnosis.

Get a build

Three ways in — all three serve the same tested bytes.

WordPress.org directory listing: in review. Once live, the directory becomes the recommended install path for the free plugin.