Core Forms 4.2.0-beta9
Pre-release. Polish pass on beta8 based on visual feedback.
What changed
Stat boxes restructured
Beta8 left the four funnel stat numbers in individual postboxes — each one carried an empty postbox-header bar at top, wasting vertical space and not matching anything else in WP admin. Replaced with one `Funnel` postbox containing a 4-column grid of label / number / hint (matches the "At a Glance" dashboard widget pattern).
Empty states no longer use `.notice`
The `.notice notice-info inline` empty states inside postbox bodies brought their own colored left bar — which read as a UI element nested inside another UI element. Replaced with plain `
` for the chart-empty and recommendations-empty cases.
Recommendations now render as real `.notice` rows
Each recommendation is now a native `.notice .notice-success` / `.notice-warning` / `.notice-info` — so the colored left bar is WordPress's own variant rather than a plugin-flavored tint.
Revisions: dropped the "Live" pill badge
Replaced the custom badge with plain `Live version` text. No more custom badge colors.
Deployed and verified
Live on gatilab.com — plugin active at 4.2.0-beta9.
Carries over everything from v4.2.0-beta8.