Skip to content

v1.1.0

Choose a tag to compare

@austinginder austinginder released this 20 Jun 14:57
· 2 commits to main since this release

Added

  • wp registry upload [<target>] — send unaudited, latest-version, not-already-queued builds to the registry's audit queue (whole site, or a single type/slug / bare slug). --dry-run previews.
  • check now reports update (a newer version is available) and in queue (uploaded, awaiting audit), sorted above plain unaudited.

Changed

  • check looks up only your site's hashes via prefix-sharded, edge-cached lookups (/hashes/<prefix>.json) instead of downloading the full manifests — far less bandwidth, always fresh, no flicker.
  • Plugin slug is now wp-registry-cli (the command remains wp registry).

Install / update:

wp plugin install https://github.com/WPRegistry/wp-registry-cli/releases/latest/download/wp-registry-cli.zip --force