Security: sanitize Markdown output in get_markdown_content and get_llms_txt before returning to agent — prevents stored XSS / prompt injection via post content
1.2.0
Added Live API Examples section in admin: test every tool directly from the settings page
curl and JavaScript snippets auto-generated for each tool with real site URL
Added Mescio for Agents examples (llms.txt, get_markdown_content) when plugin is active
Admin JS extracted to separate file for better caching and CSP compatibility
Added full Italian translation (it_IT) — .po, .mo and .pot files included
Admin UI: tab navigation for examples, live JSON output viewer
1.1.0
Added integration with Mescio for Agents plugin: when active, unlocks get_markdown_content and get_llms_txt tools
Manifest now filters tools based on enabled settings — disabled groups no longer appear
Added site_url and mescio_for_agents fields to manifest response
Tool groups refactored: core split into content, navigation, forms for finer control
Improved error handling: registry now catches all Throwable (not just Exception)
Fixed wp_remote_get in llms-full.txt fetch: proper timeout, user-agent, SSL filter
Fixed: tools disabled in settings were still executable via REST — now correctly blocked
1.0.1
Added automatic compatibility with Autoptimize, WP Rocket, LiteSpeed Cache, W3 Total Cache, SG Optimizer