Skip to content

v2.3.0

Choose a tag to compare

@JoshMilli JoshMilli released this 27 May 10:34
· 16 commits to main since this release

What's New

  • 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