Skip to content

v0.18.0 — Site status column + plugins/themes over SSH

Choose a tag to compare

@mwender mwender released this 07 Jul 22:59
aa3a036

Two additions to the Servers view, plus a stack-detection fix.

Highlights

  • At-a-glance status column. Every site row now shows a fixed-width capability strip — 👤🔑 granted SSH keys, H HTTPS, C page cache, B backups (lit when on, faint · when off), plus linked and ↑N pending updates — aligned into columns across the whole list, with a compact key in the Sites panel title.
  • Installed plugins & themes (p). Press p on a site for its real wp plugin list / wp theme list over SSH: every plugin and theme with its status, current version, and available update (→ 1.2.3) — the detail the API only gives you as bare counts. Read-only; detects the WordPress directory itself, so it works on /public/ and Bedrock installs alike.

Fixed

  • Stack & type follow the d-identify probe, not SpinupWP's flag. is_wordpress is unreliable — false for Bedrock/git sites and for Standard-WP /public/ installs SpinupWP imported as "Generic" — so a real WordPress site could show as app (and its Details "Type" as Generic) even after d detected it. The row tag and Details fields now reflect the detected stack, and the plugins/themes view no longer refuses a misclassified WordPress site.

Update: `git pull` in your checkout (the global `spinup` symlink picks it up immediately).

Full changelog: v0.17.0...v0.18.0