v1.2.1 — Fix plugin slug & auto-updater path
Fixes
- Plugin slug restored — main file renamed back to
progressio-performance-tracker.php(dashes). v1.2.0 shipped asprogressioperformancetracker.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/toincludes/to match therequirepath in the main file. Previouslyfile_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.