Skip to content

v1.2.1 — Fix plugin slug & auto-updater path

Choose a tag to compare

@CCDevelopment CCDevelopment released this 06 Jun 19:32
· 3 commits to master since this release

Fixes

  • Plugin slug restored — main file renamed back to progressio-performance-tracker.php (dashes). v1.2.0 shipped as progressioperformancetracker.php, which made WordPress treat the upload as a new plugin instead of an update. Restoring the original slug means client sites recognize this as an update again.
  • Auto-updater path fixed — the update checker (YahnisElsts PUC) was moved from vendor/ to includes/ to match the require path in the main file. Previously file_exists() returned false and the updater silently never loaded.

No functional changes to lead capture or GA4 tracking — the v1.2.0 server-side lead hooks are unchanged.