Releases: Roots-and-Fruit/ent-companion
Releases · Roots-and-Fruit/ent-companion
Release list
v2.2.0
Summary
- Fix plugin-update-safe for WordPress.org plugins: use the same \update_plugins\ transient package URL as wp-admin and list-plugins, instead of fetching the full versions map from plugins_api.
- Fallback chain: transient package → plugins_api downloadlink → constructed downloads.wordpress.org URL for explicit target_version.
Test plan
- list-plugins shows update_available for a .org plugin
- plugin-update-safe with slug only runs Plugin_Upgrader::upgrade successfully
- plugin-update-safe with target_version installs that version
v2.1.0
Summary
- Add ent-companion/list-plugins — read-only installed plugin inventory with optional status/search filters and update metadata.
- Plugins module always loads; plugin-update-safe remains gated on WP Rollback.
Test plan
- Update via Git Updater on wppt
- Call ent-companion/list-plugins via MCP (empty input or status=active)
- Confirm ent-companion/ping still works