Releases: cmanon/wp-strava
WP 5.3 Compatibility
Updated settings to work with WP 5.3.
v2.0.1
- Added [latest_map] shortcode https://wordpress.org/support/topic/show-latest-map-not-in-widget/
- Code formatting cleanup, escaping, and input filtering
- Added caching to all API requests https://wordpress.org/support/topic/data-not-cached/
Refresh Tokens
- Added new Strava "refresh tokens" ala https://developers.strava.com/docs/oauth-updates/#migration-instructions
- Fixed long activity filter https://wordpress.org/support/topic/minimum-distance-on-last-activity-map-widget-not-working/
After upgrading, please read the following document:
https://github.com/cmanon/wp-strava/wiki/2.0-Upgrade
v2.0b1
Because this is a beta version not distributed through wordpress.org, you'll likely have to delete your current wp-strava plugin and upload this one. By deleting the plugin you will not lose any data, however your configuration values will need to be updated anyway. After upgrading, please read the following document:
https://github.com/cmanon/wp-strava/wiki/2.0-Upgrade
If you have any issues, please report them in github here: https://github.com/cmanon/wp-strava/issues
v1.7.2
- Added setting to hide elevation.
- Fixed hours for activities greater than 24 hours.
- Added scale=2 to static map to which allows for greater pixel resolution (up to 1024x1024 at 2x) for Google Maps API Premium Plan subscribers https://developers.google.com/maps/documentation/maps-static/dev-guide#Imagesizes
v1.7.1
v1.7.0
- Added Sebastian Erb to contributors.
- Added Pace support (min/km) and (min/mile) for Activity Shortcode
- Added Swimpace support (min/100m) for Activity Shortcode
- Added 'image_only' attribute to [activity] and [route] shortcode to optionally remove data table.
- Added boolean filtering to shortcodes to prevent false-positive "truthiness" to a shortcode attribute like image_only="false".
- Removed 'max-width: none' from activity image to make it responsive.
v1.6.0
v1.5.1-rc3
- Increased API Post timeout to 30 seconds
- Simplified auth token logic
v1.5.1-rc2
Added debug option to Authentication Failed path for https://wordpress.org/support/topic/problem-authenticating-with-strava/