Skip to content

v1.2.2 — Fix leads endpoint hostname

Choose a tag to compare

@CCDevelopment CCDevelopment released this 06 Jun 19:43
· 2 commits to master since this release

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.