Releases: iamstuartwilson/strava
Compatibility With Strava's New oAuth Flow
We're now compatible with Strava's new oAuth Flow.
Access tokens are now only valid fo a relatively short timespan and have to be refreshed regularly. We've added an example script (examples/oauth-flow.php
) which show how that's done.
Please update your code to work with Strava's new requirement (and watch out for the \RuntimeException
which is thrown when an access token is expired).
PHP 7 Support and Tests
Thanks to @mjaschen for this contribution
Updates include:
- PHP 7 compatibility
- Basic PHPUnit test cases for Auth URL generation
Update CURL error handler
Thanks to @sylvainlg for this contribution.
VERSION BUMP
Latest version 1.1.0
Updates include:
- Using default
Exception
class for CURL errors
release-1.0.3
See here for change reasons: https://github.com/iamstuartwilson/strava/pull/8/commits
v1.0.2
Fixes case sensitivity and adds build step
v1.0.1
Better composer support
v1.0
Handles access tokens differently to previous version and tidies code
V0.1
Old, deprecated version