Skip to content

Releases: Ecomscene/wss-core

1.13.0

Choose a tag to compare

@Ecomscene Ecomscene released this 19 Jun 08:00

Added

  • REST endpoints GET/POST /wp-json/wss-core/v1/wp-config — read + edit
    wp-config.php with syntax check + auto-backup (last 5 kept).
  • REST endpoint POST /wp-json/wss-core/v1/permalinks-flush — flush rewrite rules.

1.12.0

Choose a tag to compare

@Ecomscene Ecomscene released this 18 Jun 21:46

Added

  • 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.

1.11.1

Choose a tag to compare

@Ecomscene Ecomscene released this 04 Jun 07:44

Fixed

  • 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.

1.11.0

Choose a tag to compare

@Ecomscene Ecomscene released this 01 Jun 19:01
v1.11.0: reset-pairing endpoint + Re-register admin button

1.10.1

Choose a tag to compare

@Ecomscene Ecomscene released this 28 May 07:15

Fixed

  • 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.

1.10.0

Choose a tag to compare

@Ecomscene Ecomscene released this 28 May 06:55

Added

  • Reports the Claude Bridge bearer token to the hub via heartbeat and 5-min plugin sync.
  • REST endpoint /wp-json/wss-core/v1/claude-bridge-regen — hub-triggered token regeneration.

1.9.0

Choose a tag to compare

@Ecomscene Ecomscene released this 27 May 20:17

Added

  • 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).

1.8.0

Choose a tag to compare

@Ecomscene Ecomscene released this 25 May 20:48

Added

  • 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.

1.7.0

Choose a tag to compare

@Ecomscene Ecomscene released this 25 May 20:35

Added

  • 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).

1.5.0

Choose a tag to compare

@Ecomscene Ecomscene released this 17 May 14:37

Added

  • REST endpoint /wp-json/wss-core/v1/plugin-action for hub-triggered Activate / Deactivate / Remove on any installed plugin.

Changed

  • Plugin reconciler no longer enforces active/inactive state in the background.
    Active state is now controlled by the imperative buttons in the hub.
  • The reconciler only installs missing hub-pushed plugins; everything else is one-click.