You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real single-sign-on via HMAC-signed magic-link URL. Hub can generate a
one-time login link (60s TTL, single-use nonce) that drops the operator
straight into wp-admin without typing a password.
Reinstalls of active plugins (e.g. after a hub repack-from-workspace) now
deactivate before reinstall and reactivate after. Plugin_Upgrader::install
with overwrite_package was silently failing to replace files on active
plugins, leaving the old version installed despite reporting success.
Plugin activation now fires register_activation_hook callbacks (was previously
silent), so plugins like Claude Bridge that mint a token on activation work
correctly when installed via the hub.
REST endpoints GET/POST /wp-json/wss-core/v1/theme-functions — hub can read
and write the active theme's functions.php with syntax-check before save and
auto-backup of the previous version (last 5 kept).
REST endpoint /wp-json/wss-core/v1/self-update — hub can trigger WSS Core
to update itself from GitHub on a single site or in bulk across all approved sites.
REST endpoint /wp-json/wss-core/v1/elementor-update: hub-triggered one-click force update of Elementor / Elementor Pro / Pro Elements with automatic reactivation.
Changed
Plugin manager now re-installs hub-managed plugins whenever the hub's package timestamp changes (supports the new "Repack from workspace" dev workflow).