You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
For Jetpack sites, the story feature will only work for newer versions of Jetpack that contain the story block. We'll want to check the Jetpack version from the API (or maybe there's slicker way to check for block availability through Gutenberg you know about @mzorz, whatever's easier) and gate the feature.
For Jetpack sites, the story feature will only work for newer versions of Jetpack that contain the story block. We'll want to check the Jetpack version from the API (or maybe there's slicker way to check for block availability through Gutenberg you know about @mzorz, whatever's easier) and gate the feature.
The ideal way to check is probably WP.com's Gutenberg available-extensions endpoint, but if that hasn't been implemented in WPAndroid yet it might be worth just checking the Jetpack version.
One thing to consider: do we hide the feature entirely or instead prompt the user to update Jetpack if they try to use it? cc @megsfultonDecision: Just hide the feature for older Jetpack versions (and of course self-hosted in general).