feat: make edbs_meeting public with a board-meetings rewrite base - #37
feat: make edbs_meeting public with a board-meetings rewrite base#37pattonwebz wants to merge 6 commits into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
A meeting now gets a real single-page permalink
(/board-meetings/{meeting-slug}/, falling back to the theme's generic
single template since this CPT only supports 'title') and shows up in
a get_post_types(['public' => true]) query by default - the exact
check third-party plugins like ArchiveWP use to decide what's
archivable (GH#25 / PRO-1209), previously only reachable by opting in
through the edbs_cpt_args filter.
has_archive stays false - no generated archive listing; meetings are
still meant to be browsed via the [edbs_boardscribe] shortcode's own
REST-backed table. edbs_cpt_args remains available to disable
public/rewrite back to false, change the rewrite slug, or enable a
real archive page.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 11 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Comment |
Summary
edbs_meetingnow defaults topublic => truewithrewrite => ['slug' => 'board-meetings']— a real single-page permalink, and the exactget_post_types(['public' => true])check third-party plugins like ArchiveWP use to build their archivable-post-types list (GH#25 / PRO-1209), no longer requiring a site to opt in viaedbs_cpt_argshas_archivestaysfalse— no generated archive listing; meetings are still meant to be browsed via the[edbs_boardscribe]shortcode's own REST-backed tableedbs_cpt_argsremains fully available to disablepublic/rewriteback tofalse, change the rewrite slug, or enable a real archive pageequalizedigital/boardscribe-pro#29's document-permalink nesting (a linked agenda/minutes document's URL nests under its meeting's slug) — that PR'sDocumentCPTmirrors whatever this CPT's rewrite resolves to, so it was previously inert with today's paused defaultTest plan
composer lint,composer check-cspassBoardScribeCptTest: new defaults, the ArchiveWP-shaped regression check, andedbs_cpt_argsfilter coverage in all directions (disable public, enable archive, change the rewrite slug)composer test(PHPUnit) — not run in this environmenttitle)🤖 Generated with Claude Code