Skip to content

v0.49.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:29
· 9 commits to main since this release
3ebc638

v0.49.2

  • The Live Preview blueprint (.wordpress-org/blueprints/blueprint.json) now
    lands on the site's front page (/) instead of /hello-world.md. Landing
    directly on a text/markdown response gave a first-time visitor a download
    or a wall of unstyled plain text with no context — not a demo. The seed
    content every fresh WordPress install carries (the "Hello world!" post, the
    "Sample Page" page) already exercises both enabled post types and
    /llms.txt, and a real front page a visitor can click around makes a
    better first impression. sysmda_llms_txt_enabled is now also set
    explicitly in the blueprint (already on by default, but demonstrated
    regardless of that default). Metadata and repository tooling only — no
    plugin code, output or behaviour changes.