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
Traffic Intelligence sync — Supabase sync now routes through the SaaS proxy to fix HTTP 401 errors; supports daily snapshot accumulation (org_id + source + snapshot_date) for trend tracking on the SaaS dashboard
Property isolation — Snapshots include ga4_property_id and gsc_property so the SaaS dashboard handles account switches cleanly
Traffic Debug Sync panel — New tester in Debug Logs with force-refresh button, shows GA4/GSC fetch results and Supabase push status
GSC property wizard — Search/filter bar, scrollable list (max 320px height), and Skip GSC button for agencies managing many client accounts
Security — Google OAuth credentials moved out of plugin source code; pushed by SaaS config-sync and stored in wp_options (survives auto-updates)
Bug Fixes
T.accent colour token was undefined in theme.ts causing blue buttons to render invisible on dark theme
Added get_property_id() public accessor to ConversionIQ_Google_Analytics