Skip to content

v1.3.4

Latest

Choose a tag to compare

@daniel-vacic daniel-vacic released this 07 Jan 00:37
· 1 commit to main since this release
432e106

What's New

Bug Fix

  • Root-only /llms.txt: Fixed issue #30 where /blog/post-slug/llms.txt incorrectly returned home page content instead of 404. The /llms.txt endpoint now only matches at the site root.

Generator Improvements (llmstxt.org compliance)

  • Posts limit filter: Added tgp_llms_txt_posts_limit filter (default 50, use -1 for unlimited)
  • Category exclusion: Added tgp_llms_txt_exclude_categories filter to exclude categories by slug
  • Post dates: Each post listing now includes its publish date
  • Last Updated timestamp: Header now includes Last Updated: YYYY-MM-DD
  • Cleaner format: Simplified header to match llmstxt.org spec

Documentation

  • Added new filter documentation to docs/HOOKS.md