Releases: 10REM/php-garmin-connect
Releases · 10REM/php-garmin-connect
Release v1.7.0
v1.7.0 - 2021-05-19
Changed
- Documentation updated thanks to @AnneWielis
- Better authentication failure message thanks to @AnneWielis
- Travis PHP compatibility additions thanks again to @AnneWielis (should have had your own release really!)
Fixed
- Connector has additional gzip encoding and useragent options set via CURLOPT to resolve #51
Release v1.6.0
Release v1.5.0
Release v1.4.0 - 2020-08-14
Adds new methods:
- getWorkoutList()
- createWorkout()
- deleteWorkout()
- createStepNote()
- scheduleWorkout()
- getSleepData()
Thanks to contributors @AnneWielis and @Raistlfiren
Release v1.3.1 - 2020-02-19
Release v1.3.0 - 2019-10-23
Added
- getWellnessData() method now provides the ability to ... get ... wellness ... data :D
Changed
- getUsername() changed to getUser()
Release v1.2.0 - 2019-04-29
v1.2.0 - 2019-04-29
Fixed
getActivityTypes()
had it's endpoint URL fixed, so is now working again.
Added
- Can now call
getActivityList()
with an optional third parameter, which is a string representation of the activity type that is returned in thegetActivityTypes()
method. README and example updated, please check for instructions.
Release v1.1.2 - 2019-04-29
v1.1.2 - 2019-04-29
Added
- Changelog!
Fixed
- Some of the endpoint URLs have changed, so have updated them wherever possible.
Release v1.1.1 - 2019-04-27
Authentication fixes reported in issue #31
- Added snooping of _csrf value from login form, and now passing it to login POST
- Added additional optional parameter to Connector::post() method, allowing you to pass the referer (required as part of the authentication)
- Some general tidy up of coding standards
- Composer refresh
Release v1.1.0 - 2019-04-16
Added
- Now supporting retrieval of weight information via GarminConnect::getWeightData() method