Skip to content

0.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 15:35
· 35 commits to main since this release

Changes in v0.10.0

  • Release 0.10.0: Term Settings, Category taxonomy, permalink integrity, and Abilities API CRUD (8b58996)
  • Add Abilities API CRUD for glossary terms, including full post meta and Category assignment for MCP clients (c9bfe0d)
  • Fix: record term-permalink redirects when a primary Category slug is renamed, closing the F3 gap where embedded-slug URLs soft-404ed (9221162)
  • Docs: record flush-flag lifecycle, primary Category resolution, permalink/redirect rules, capability matrix, and canonical cache clear path (540ba1f)
  • SEO/URL integrity: drop synthetic uncategorized segment, move taxonomy base to term-category, reserve colliding Category slugs, and add capped 301 redirect map for permalink-affecting changes (af14897)
  • Security/data: decouple Category caps from manage_categories; add explicit cat_primary_category meta with deterministic fallback and self-healing sync (b2e3df6)
  • Perf: autoload rewrite-flush flag and read via alloptions; route Category cache busts through Cat_Glossary::clear_items_cache() (5979737)
  • Add Category taxonomy for glossary terms with DefinedTermSet schema. (2d1ddab)
  • Add Term Settings screen for slug, categories toggle, and permalinks. (3c9acac)
  • Document release workflow in agents.md and ignore local zip builds. (dd0f305)