-
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, you'll have to re-add your credentials. Re-add your Client ID and Secret and click "Save Changes". You'll be redirected to strava.com for app authorization. If you're authorizing multiple athletes, you must log out of Strava before authorizing each additional athlete.
-
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 on the widget after they've been re-authorized, and click save.
-
If you need to, set up a cron job. See potential reasons why here: https://wordpress.org/plugins/wp-strava/#description
-
If you find any bugs or have any issue, please report them in the WP-Strava support forum here: https://wordpress.org/support/plugin/wp-strava/