Skip to content

Releases: Roots-and-Fruit/ent-companion

v2.2.0

Choose a tag to compare

@mathetos mathetos released this 23 Jun 14:03

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

Choose a tag to compare

@mathetos mathetos released this 23 Jun 11:50

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

v2.0.0

Choose a tag to compare

@mathetos mathetos released this 23 Jun 09:48

Ent Companion abilities engine — initial release.