Skip to content
This repository was archived by the owner on Aug 8, 2026. It is now read-only.

WP Sudo v3.1.3 — Research Snapshot

Pre-release
Pre-release

Choose a tag to compare

@dknauss dknauss released this 11 May 07:02
· 767 commits to main since this release

Versions before 4.9.0 automatically replayed an intercepted request after reauthentication (#322). Do not use this version.

RESEARCH PROTOTYPE ONLY. Do not install on production, public staging, or any site containing real users, credentials, or data. Use only in WordPress Playground or a disposable local test environment.

WP Sudo 3.1.3

Patch release superseding v3.1.2 for Playground release-link reliability.

Playground

Stable release demo:

https://playground.wordpress.net/?blueprint-url=https%3A%2F%2Fraw.githubusercontent.com%2Fdknauss%2FSudo%2Fv3.1.3%2Fblueprint.json

The stable Blueprint installs the immutable v3.1.3 tag ZIP through Playground pluginData. Demo credentials are admin / password; use password again for the WP Sudo reauthentication challenge.

Current main development demo:

https://playground.wordpress.net/?blueprint-url=https%3A%2F%2Fraw.githubusercontent.com%2Fdknauss%2FSudo%2Fmain%2Fblueprint-main.json

Fixes

  • Stable release Playground demo no longer uses Playground git:directory tag fetch, which failed in Playground with Invalid PACK header.
  • README now offers separate latest-release and current-main Playground links.
  • Demo admin password seeding now uses WordPress core wp_set_password() instead of direct $wpdb->users writes.
  • PR Playground preview workflow now accepts the release Blueprint URL shape and still rewrites first-party plugin installs to the PR commit.

Validation

GitHub CI passed on release commit 9803fa3: PHPUnit, Documentation Lint, Documentation Links, Psalm, CodeQL, E2E Nginx Smoke, and full E2E Tests (52 passed, 5 skipped).