Skip to content

Releases: iamstuartwilson/strava

Compatibility With Strava's New oAuth Flow

23 Sep 08:52
Compare
Choose a tag to compare

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

26 Jan 12:14
Compare
Choose a tag to compare

Thanks to @mjaschen for this contribution

Updates include:

  • PHP 7 compatibility
  • Basic PHPUnit test cases for Auth URL generation

Update CURL error handler

26 Jan 12:08
Compare
Choose a tag to compare

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

21 Aug 11:37
Compare
Choose a tag to compare

v1.0.2

12 Mar 10:16
Compare
Choose a tag to compare

Fixes case sensitivity and adds build step

v1.0.1

27 Dec 21:17
Compare
Choose a tag to compare

Better composer support

v1.0

27 Dec 17:08
Compare
Choose a tag to compare

Handles access tokens differently to previous version and tidies code

V0.1

27 Dec 15:14
Compare
Choose a tag to compare

Old, deprecated version