Skip to content

v0.1.1 — docs cleanup and build portability

Choose a tag to compare

@Gmulti Gmulti released this 30 Apr 03:29
· 33 commits to develop since this release

Patch release. Documentation fixes, build script portability, and a small README polish on the trial offer.

What's changed

Docs (#7)

  • README: removed empty ## Safety heading above ## Safety and security
  • src/skills/umbrella/SKILL.md: aligned polling field name (statuscode) and total wait (60s~2 minutes) with what safe-plugin-update actually does
  • src/skills/umbrella/references/auth.md: dropped (confirm exact menu path in your dashboard) placeholder
  • src/skills/umbrella/workflows/README.md: unwrapped broken markdown links to security/ and diagnostics/ (still listed as Planned)

Build

  • scripts/build.sh: env var renamed WP_PILOT_SKIP_COMPRESSUMBRELLA_SKIP_COMPRESS (3 occurrences). If you had the old var exported, update your shell config.
  • safe-plugin-update.md: use mktemp instead of hardcoded /tmp/umbrella-update.json (fixes locked-down CI runners and some Windows Git Bash setups)

README

  • Clarified trial offer details

Install / update

/plugin update umbrella@wp-umbrella

Related issues

Findings from the same read-through tracked separately: #1 (CI on develop), #2 (untracked-file drift), #3 (allowlist host pattern), #4 (polling early-exit), #5 (build stderr suppression), #6 (polling endpoint mismatch).

Full changelog: v0.1.0...v0.1.1