Skip to content

v.2.6.7

Choose a tag to compare

@bilalnaseer bilalnaseer released this 08 Aug 12:03
· 13 commits to main since this release

πŸ› Copy buttons fixed on plain-HTTP sites β€” the Copy button on every snippet tab in MCP > Connection did nothing on sites not served over HTTPS (typically local dev hosts like http://mysite.local/). The browser Clipboard API is only available in a secure context β€” HTTPS or localhost β€” so on any other hostname it was missing entirely and the click failed silently. Copying now falls back to a hidden textarea when the Clipboard API is unavailable. All six client tabs are fixed.

🟒 Enabled/disabled tally per group β€” each ability group header now shows a green "N Enabled" pill next to a red "N Disabled" pill, replacing the single enabled / total badge that looked the same whether a group was partly or fully on. Counts update live as you flip switches or use Toggle All.

🎬 Tutorials & directory links in the admin β€” MCP > Settings and MCP > Connection now carry sidebar cards linking to our video tutorials and the full abilities directory.

πŸ”’ Verified against WordPress 7.0.3 β€” no plugin changes were needed. The kses (CSS injection) and HTTP URL-validation (SSRF) fixes in that security release are inherited automatically, because this plugin calls the core APIs rather than reimplementing them. Since this plugin exposes tools to AI agents, we recommend running WordPress 7.0.3 or 6.9.6+ so those fixes are in place.