publishing release notes and a changelog on wordpress without a separate blog category

Right now I am hacking release notes into a regular WordPress blog category, which is a mess. The posts do not follow any template, the categorization is inconsistent between writers, and customers cannot easily filter by type of change. I want a proper changelog that lives next to our roadmap so visitors can see what was promised, what shipped, and what exactly changed.

Ideally I would also be able to tag each release entry as a Feature, Fix, or Security update, and pull the whole thing onto any page with a shortcode so I am not locked into a single permalink structure. What does this look like in WordPress?

0 21
vapvarun vapvarun 0 8 months ago

Product Roadmap includes a dedicated changelog feature that solves this cleanly, so you stop fighting the blog category system. The free plugin gives you a first-class changelog with a taxonomy for change types and a shortcode for flexible placement.

  • Changelog shortcode: drop [roadmap_changelog] on any page to render release notes in a consistent template
  • Changelog types taxonomy: categorize each entry as Feature, Fix, Security, and so on
  • All Products archive page at /roadmap/ showing product cards with status counts
  • Product filter dropdown with search on the changelog and roadmap archive pages
  • Completion Notes: tie a roadmap item you shipped to a clear explanation of what was delivered

Honest limit: the free changelog is scoped to a single product. If you publish release notes for several products from the same WordPress install and want customers to filter by product, Pro adds multi-product changelog support with product-specific REST API endpoints and product-filtered views, along with the Analytics Dashboard so you can see which release notes actually get traffic.