v1.2.2 — Fix leads endpoint hostname
Fix
The default Leads Endpoint URL pointed at dash.progressiodev.com, which has no DNS record — so wp_remote_post() failed to resolve the host and leads silently never reached the dashboard (the call is fire-and-forget, so no error surfaced).
Corrected the default to the live host dashboard.progressiodev.com/api/leads in all three code locations.
⚠️ Existing installs
Updating the plugin alone is not enough — the wrong URL is already saved in the database. On each site, go to Progressio Performance Tracker → Settings → Leads Endpoint URL and set it to:
https://dashboard.progressiodev.com/api/leads
then save.