v1.1.1
Current release 9 August 2026-
New
Clean content mode — strip subscription forms, related-post blocks, promotional banners and other theme/plugin injections from machine documents by rendering article content through WordPress core filters only. Off by default and fully reversible, with an
mde_content_htmlfilter for custom control. -
New
AI discovery manifest (Pro) at /.well-known/ai-content.json — a compact machine-readable description of your site's content interface: publisher, canonical, URL patterns and discovery endpoints. A WP Markdown Endpoint convention, clearly declared as such in the document itself — not an industry standard.
-
New
Feed items now always carry a summary (the hand-written excerpt, or a clean trim of the content), plus authors, featured image and tags — an agent can triage the feed without fetching fifty articles.
-
Changed
llms.txt lists the 30 most recent documents instead of 200 and points at the Markdown sitemap and AI feed for the rest — a small discovery document, not an index.
-
Fixed
HTML entities no longer leak into JSON taxonomy fields ("Oil & Gas"); root-relative link and image URLs are absolutised; and two settings saves within the same second now both invalidate the output cache.