Skip to content

1.1.6

Choose a tag to compare

@cursor cursor released this 25 Aug 21:18
· 23 commits to main since this release
ec3873d

FSM FAQ 1.1.6

Bugfix release for Page FAQs query limit ordering.

Fixes

  • Query limit + menu_order: When a page has more assigned FAQs than fsm_faq_query_limit, the shortcode no longer pre-slices page_faqs by ACF relationship order before sorting. WP_Query now receives the full membership set, sorts by global menu_order, and applies posts_per_page — so globally earlier FAQs are not dropped when they appear later in the relationship list.

Upgrade notes

  • Sites on 1.1.0+ update via the Cloudflare broker; this release syncs via GitHub Actions → broker
  • Affects pages with more than 50 assigned FAQs (default limit); re-check FAQ output if a page was missing expected items