-
Notifications
You must be signed in to change notification settings - Fork 8
2.0 Upgrade
After upgrading from WP-Strava 1.x to WP-Strava 2.0 you'll need to do a few things to get it working again:
-
Re-authorize your app. Because WP-Strava 1.x stores the "forever token" which will be unusable after Oct. 15th, 2019, it is easiest to remove and re-add your credentials. Blank out the Client ID field and click "Save Changes"
-
Multiple athlete support only: Update any shortcodes that use the athlete_token parameter. It has been replaced by client_id. You can probably search posts & pages for athlete_token. Anywhere you see it, it should be replaced with client_id=<your client id>
-
Multiple athlete support only: Update any widgets to select the correct athlete. The 1.x widgets used the athlete token to specify which athlete to look for. The 2.x ones use the Client ID. Simply select the correct athlete after they've been re-authorized.
-
If you need to, set up a cron job. See potential reasons why here: https://wordpress.org/plugins/wp-strava/#description