Releases: basvandorst/StravaPHP
Releases · basvandorst/StravaPHP
PHP and Guzzle updates
REST updates and unit tests
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
Added methods for getting routes as tcx or gpx
updated documentation
reviewed all PRs
Bug fixes, PR merges and Code updates
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.
- 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
New methods:
- getActivityFollowing
- getAthleteRoutes
- getAthleteZones
- getRoute
- getStreamsRoute
Updates:
- Example OAuth scopes
- PSR formatting
- Some small bugfixes
Thanks all!
Fix with composer
Removed the composer lock file.