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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v2.5.6
Plugin Status Metadata: Added status?: PluginStatus ('stable' | 'beta' | 'experimental' | 'dev') to PluginMetadata in registry.ts (#csa-plugin-status-metadata).
Runtime Loader Fallback Engine: Updated resolveSlotComponent in registry.ts to fall back to @pageel/plugin-mdx singleton component when target loader component returns empty or crashes (#csa-loader-fallback-guard).
UI Action Guard & Dev Badge: Rendered 🚧 Dev Mode badge and disabled Activate button in PluginsView.tsx for dev plugins on Production unless CMS_DEBUG=true (#csa-plugins-ui-dev-guard).
API Server Dev Guard: Rejection of dev status plugin activation attempts in /api/settings/plugins.ts with HTTP 400 Bad Request when isDevMode is false (#csa-plugins-api-dev-guard).