Skip to content

Champlin Pre-Flight Audit v1.0.6 (formerly WP 7 Readiness Check)

Latest

Choose a tag to compare

@Kevinchamplin Kevinchamplin released this 20 May 15:25
· 6 commits to main since this release

Champlin Pre-Flight Audit v1.0.6

Plugin renamed — read this if you installed before 2026-05-20

This plugin was previously called WP 7 Readiness Check (slug wp-7-readiness-check).
WordPress.org's trademark policy disallows plugin slugs that begin with "WP", so the
source repo, plugin display name, slug, text domain, and download URLs all moved to
champlin-pre-flight-audit on 2026-05-20.

If you installed v1.0.6 or earlier before 2026-05-20, your plugin folder is
wp-content/plugins/wp-7-readiness-check/. When you upgrade to WordPress 7.0, the
plugin will be deactivated with "Plugin file does not exist." To fix:

  1. Deactivate the plugin from wp-admin → Plugins (if it isn't already)
  2. Delete the wp-content/plugins/wp-7-readiness-check/ folder
  3. Download champlin-pre-flight-audit.zip below and upload via
    wp-admin → Plugins → Add New → Upload Plugin
  4. Activate. Your audit history, settings, and snapshots are preserved in the database.

The plugin is functionally identical. Same 30+ checks, same autofixes, same UI.

Install

Download champlin-pre-flight-audit.zip below, or grab it from
champlinenterprises.com/champlin-pre-flight-audit.zip.
Upload via wp-admin → Plugins → Add New → Upload Plugin and activate.

What's in v1.0.6 (code-quality release)

All WordPress Plugin Check ERRORs and WARNINGs resolved. Plugin Check verdict:
"Checks complete. No errors found."

  • Short PHP echo tags converted to long form (~45 instances)
  • Direct filesystem operations refactored to use WP_Filesystem (snapshots + fixes)
  • $_POST and $_SERVER inputs properly wp_unslash()-ed before sanitization
  • readme.txt tags trimmed to the WordPress.org-mandated max of 5
  • Build script excludes hidden files

Zero functional changes versus v1.0.5.

Distribution channels

Channel Slug Updates
GitHub (this release) champlin-pre-flight-audit Auto-updates via yahnis-elsts/plugin-update-checker (PUC) polling GitHub releases hourly
WordPress.org (pending review) champlin-pre-flight-audit Native WP.org plugin-update channel (PUC stripped from that variant)

Same slug, same source tree, different update mechanism.