Skip to content

Releases: 10REM/php-garmin-connect

Release v1.7.0

19 May 14:46
1e96210
Compare
Choose a tag to compare

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

02 Mar 11:45
ab9fd3f
Compare
Choose a tag to compare

v1.6.0 - 2021-03-02

Added

  • New "mystery" header added to each curl request, required to prevent HTTP 402 responses. Thanks to @pygoubet for this addition, and thanks to @e7andy for identifying the new header

Release v1.5.0

01 Sep 23:23
0441c6d
Compare
Choose a tag to compare

v1.5.0 - 2020-09-02

Added

  • Ability to download .fit files in ZIP format (thanks @evanbarter)

Release v1.4.0 - 2020-08-14

14 Aug 13:53
f1f71d2
Compare
Choose a tag to compare

Adds new methods:

  • getWorkoutList()
  • createWorkout()
  • deleteWorkout()
  • createStepNote()
  • scheduleWorkout()
  • getSleepData()

Thanks to contributors @AnneWielis and @Raistlfiren

Release v1.3.1 - 2020-02-19

19 Feb 16:56
b3ed699
Compare
Choose a tag to compare

v1.3.1 - 2020-02-19

Fixed

  • Compatibilty fixes for PHP 7.2 (thanks @amyboyd)

Release v1.3.0 - 2019-10-23

23 Oct 07:41
f2732fb
Compare
Choose a tag to compare

Added

  • getWellnessData() method now provides the ability to ... get ... wellness ... data :D

Changed

  • getUsername() changed to getUser()

Release v1.2.0 - 2019-04-29

29 Apr 11:51
6b18a30
Compare
Choose a tag to compare

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 the getActivityTypes() method. README and example updated, please check for instructions.

Release v1.1.2 - 2019-04-29

29 Apr 11:22
e860130
Compare
Choose a tag to compare

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

27 Apr 09:39
c76c163
Compare
Choose a tag to compare

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

16 Apr 12:36
53a89b8
Compare
Choose a tag to compare

Added

  • Now supporting retrieval of weight information via GarminConnect::getWeightData() method