WordPress.org Submission Checklist
This document is a preparatory checklist. Issue #2424 remains open until release automation builds the exact 1.0.0 bytes and the package hash, Plugin Check, network activation, full lint, and approved artwork gates all pass. Do not manually bump 1.0 versions.
The WordPress.org package must be the exact Data Machine release package produced by Homeboy. Do not rebuild or edit files in SVN after release packaging.
Candidate Gate
- Confirm the release commit is clean, pushed, and is the intended tag commit.
- Build through Homeboy’s WordPress release package path.
.buildignoreis the authoritative package exclusion file;.distignoreis not used by this repository-supported path. - Record the ZIP path, SHA256, uncompressed inventory, entry count, and version from
data-machine.phpandreadme.txt. - Reject packages containing tests, fixtures, PHPUnit files, development configuration, nested archives, local paths, secrets, private domains, identities, endpoints, or runtime assumptions. Project names and public source provenance are allowed.
- Run Plugin Check against the installed ZIP on the
Tested up toWordPress version. Resolve all errors and record every warning code, count, and disposition. Preserve the exact report or a package-hash-bound machine-readable location map such asplugin-check-wordpress-org-candidate.json. - Run clean single-site activation, deactivation, and reactivation. Confirm missing requirements fail with WordPress’s normal plugin requirement message and no fatal error.
- Run network activation on multisite, verify Data Machine loads on at least two sites, then network-deactivate cleanly.
- Run the full Homeboy audit, lint, build, and test gates without skipped checks.
- Run
composer validate --strict,composer audit --no-dev, andnpm audit --omit=dev; reviewTHIRD-PARTY-NOTICES.txtagainst the final lockfiles. - Confirm plugin headers and
readme.txtagree on Requires WordPress, Requires PHP, stable tag, and license. Verify description, installation, FAQ, external services, source, support, and changelog links.
Directory Assets
WordPress.org directory banners, icons, and screenshots belong in the SVN repository’s top-level assets/ directory and must not be added to the plugin ZIP. This Git repository does not currently contain approved directory artwork. Obtain maintainer-approved assets before submission; do not invent or generate replacements during packaging.
SVN Staging
- Check out the assigned WordPress.org SVN repository into a clean temporary directory.
- Copy the exact contents of the verified ZIP’s
data-machine/directory intotrunk/. - Copy the same contents into
tags/<release-version>/; do not run Composer, npm, formatters, or text replacement in SVN. - Add maintainer-approved directory artwork to top-level
assets/only. - Review
svn status, reject unexpected deletions or unversioned files, and compare a deterministic file-hash inventory oftrunk/andtags/<release-version>/with the extracted ZIP. - Re-run readme validation and inspect the local SVN diff.
- Obtain maintainer approval for the exact diff and package hash before
svn commit. - After commit, verify the public directory page, download ZIP hash/content, readme rendering, assets, and installation on a clean site.
Tagging, releasing, WordPress.org submission, SVN commit, and deployment remain explicit maintainer actions.