Releases: cmanon/wp-strava
Releases · cmanon/wp-strava
v1.5.1-rc1
urlencode() redirect_uri so authentication works more consistently.
v1.5.0
- Added additional checks for abridged club data to avoid undefined index/property errors https://wordpress.org/support/topic/club-activities-bugs-strava/
- Added composer with PSR-0 autoloader (will switch to PSR-4 once WP's PHP 5.2 requirement goes away).
- Moved files into appropriate place to support autoloader.
- Added WordPress-Extra coding standards rule definition to project
v1.4.3
v1.4.2
v1.4.1
v1.4.0
- Added dlintott to contributors.
- Fixed non-existent settings js from being enqueued.
- Changed all 'ride' styles and functions to 'activity'.
- Added inline documentation.
- Updated coding standards to WordPress where possible.
- Added Screenshots.
- Removed target="_blank" from hrefs for accessibility best practices.
- Added links from activity and route shortcodes to respective strava page.
- Removed all instances of extract().
v1.3.0
v1.2.0
- Added multi-athlete configuration. https://wordpress.org/support/topic/multi-strava-user/
- Additional transitions from Ride -> Activity.
- Updated setup instructions to reflect latest Strava API set up process.
- Backwards Compatibility - removed PHP 5.3+ specific operator (should work with PHP 5.2 now - versions 1.1 and 1.1.1 don't). https://wordpress.org/support/topic/version-1-1-broken/
- Reworked error reporting and formatting. https://wordpress.org/support/topic/updating-settings-failure/#post-9764942
v1.2.0-beta1
This is a pre-release for multiple-athlete support. You will have to install/update manually. Please report bugs with this release through https://github.com/cmanon/wp-strava/issues.
Version 1.2 should work by upgrading without having to update any wp-strava settings. If you encounter any problems during or after upgrade please report a bug.
To add additional athletes, you must setup an app on the additional athlete's account (following the same instructions).
v1.1.1
Changes to better support translations through https://translate.wordpress.org
Cleaned up formatting