v0.1.1 — docs cleanup and build portability
Patch release. Documentation fixes, build script portability, and a small README polish on the trial offer.
What's changed
Docs (#7)
- README: removed empty
## Safetyheading above## Safety and security src/skills/umbrella/SKILL.md: aligned polling field name (status→code) and total wait (60s→~2 minutes) with whatsafe-plugin-updateactually doessrc/skills/umbrella/references/auth.md: dropped(confirm exact menu path in your dashboard)placeholdersrc/skills/umbrella/workflows/README.md: unwrapped broken markdown links tosecurity/anddiagnostics/(still listed as Planned)
Build
scripts/build.sh: env var renamedWP_PILOT_SKIP_COMPRESS→UMBRELLA_SKIP_COMPRESS(3 occurrences). If you had the old var exported, update your shell config.safe-plugin-update.md: usemktempinstead 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