2.2.1 on August 20, 2026
This release stops a damaged install from breaking the WordPress admin, fixes the Claude Desktop installer download being corrupted by output from other plugins, and corrects code block fonts and empty lists written by the assistant.
🐛 Fixed
- A missing or emptied plugin file made every admin page return a critical error and triggered a WordPress recovery email — the admin now keeps loading, with a notice explaining that part of Block MCP could not be loaded and that reinstalling usually fixes it.
- Issues with the Claude Desktop installer download:
- Stray output from another plugin or theme — even a single blank line left after a closing PHP tag — was prepended to the file, so Claude Desktop rejected it with "Failed to preview extension";
- A download that could not be repaired produced a broken file with no explanation, and left behind the connection it had created along with its unused password.
- Code block font issues:
- Changing a code block's font through the assistant updated the setting but left the displayed code unchanged;
- Existing code blocks whose font was saved without a fallback could display in the browser's default serif instead of a monospace face.
- A list written by the assistant could show up empty on the site and as invalid in the editor, even though its items were saved.
💻 Developer Updates
- Output buffering now starts when the plugin loads and is discarded before the installer file is sent, so stray output from earlier-loading plugins and themes cannot corrupt the download.