Skip to content

v0.6.1

Latest

Choose a tag to compare

@galatanovidiu galatanovidiu released this 13 Aug 05:23
23cb53e

MCP Adapter 0.6.1 repairs the production release ZIP. It contains no other changes.

Who should upgrade

Anyone running 0.6.0 from the mcp-adapter.zip release asset should upgrade. Installations built from source or required through Composer are unaffected.

Fixed

  • The release ZIP no longer ships a Jetpack Autoloader class map that points to files the ZIP omits. In 0.6.0 the class map listed test-only global classes, including WP_CLI and WP_CLI_Command, and mapped them to files under tests/phpunit/, which the release artifact excludes. Any plugin calling class_exists( 'WP_CLI' ) on a normal web request could therefore trigger an uncaught fatal error. class_exists( 'WP_CLI' ) now returns false when WP-CLI is unavailable.

No API, hook, or protocol behavior changed. Upgrading from 0.6.0 requires no migration.

Thank you to @rebeccahum for reporting this in #283, their first contribution to MCP Adapter.

Full Changelog: v0.6.0...v0.6.1