Skip to content

Releases: basvandorst/StravaPHP

PHP and Guzzle updates

22 Apr 12:45
Compare
Choose a tag to compare

The PHP minimal requirement has been increased to 7.4 or 8.0.
The library is now compatible with Guzzle 7.

This means upgrading to v2 will break any current implementations.

REST updates and unit tests

12 Jan 23:16
Compare
Choose a tag to compare

This release includes some minor fixes and improves.
First of all, the unit tests are passing again.
Furthermore the Strava\API\Service\REST class has undergone some changes:

  • it is now possible to instantiate the class with an extra responseVerbosity parameter. Setting this to 1 gives you a way to access the response headers, status code and not just the body when calling the getResponse() method.
  • some methods within the REST class are now protected instead of private, allowing for easier extending.

Project cleanup

16 Jun 22:56
Compare
Choose a tag to compare

Added methods for getting routes as tcx or gpx
updated documentation
reviewed all PRs

Bug fixes, PR merges and Code updates

16 Jun 21:12
Compare
Choose a tag to compare

Merged a bunch of PRs from the issue queue
lots of php 7 and code smell updates
improved and updated documentation
enforced necessary php extensions

Update oauth2 client to v2.3 & replace PEST with Guzzle.

13 Jul 20:55
0d6c347
Compare
Choose a tag to compare
  • Upgrade oauth client to 2.3
  • Replaces PEST with Guzzle
  • Upgrade PHP requirement to 5.6+
  • Small bugfixes (trailing slash, missing params)

1.1.0 New methods + minor fixes

21 Oct 16:01
Compare
Choose a tag to compare

New methods:

  • getActivityFollowing
  • getAthleteRoutes
  • getAthleteZones
  • getRoute
  • getStreamsRoute

Updates:

  • Example OAuth scopes
  • PSR formatting
  • Some small bugfixes

Thanks all!

Fix with composer

23 Feb 08:59
Compare
Choose a tag to compare

Removed the composer lock file.