Skip to content

DEV: require Discourse 2026.4.0 for boosts#2

Open
constansino wants to merge 1 commit intodiscourse:mainfrom
constansino:codex/require-2026-4-core-for-boosts
Open

DEV: require Discourse 2026.4.0 for boosts#2
constansino wants to merge 1 commit intodiscourse:mainfrom
constansino:codex/require-2026-4-core-for-boosts

Conversation

@constansino
Copy link
Copy Markdown

Summary

Add a
equired_version guard for 2026.4.0-latest.

Why

discourse-boosts depends on core support that landed in Discourse core PR #38607 (Discourse boosts). On older self-hosted pinned cores, the plugin can install and even persist boost rows, but then fail later in the request path when it tries to create a boost notification type that does not exist yet, surfacing as a 422 response.

Adding the version guard makes the incompatibility fail early at install/rebuild time instead of at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant