Skip to content

Releases: arendjantetteroo/guzzle-toggl

Guzzle7 support

27 Jun 18:43
857ed94
Compare
Choose a tag to compare

Same feature set as v1.2.0 but with guzzle7 instead of guzzle6. If you need guzzle 6, feel free to use v1.2.0

Add Report Project Dashboard

27 Jun 18:39
857ed94
Compare
Choose a tag to compare

Report project dashboard #31

Re-release due to tag issue

28 Jun 05:54
24d81d7
Compare
Choose a tag to compare
Merge pull request #33 from networkninja/add-project-call-to-report-c…

…lient

Add Project call to reporting JSON.

Updated api baseUrl for toggl deprecation

17 May 12:19
9cf7f9c
Compare
Choose a tag to compare

Thanks to @FreekGille for making sure the library keeps working after 1 july 2021.
See #30 for more information.

Added subgrouping id #26

01 Feb 15:23
8b5b571
Compare
Choose a tag to compare
Merge pull request #26 from MarkGrenville/master

Updated parameters to support subgrouping_ids and grouped_time_entry_ids

Client response bugfix

13 Jun 06:23
5f9b33a
Compare
Choose a tag to compare

Small bugfix release for missing getResponse in client methods

New version based on guzzle 6

09 Jul 17:29
Compare
Choose a tag to compare

This lib now depends on Guzzle 6 instead of Guzzle 3
Tagging a new major release as the depedencies changed which might cause breaking changes in your code.

There should be no breaking changes, except if you extended the client and depended on Guzzle 3 features.
In that case you need to update your extending classes.

Thanks @Echron for this major contribution.

New api options

13 Sep 09:08
Compare
Choose a tag to compare

Thanks @SirLamer

New workspace groups

09 Aug 15:14
Compare
Choose a tag to compare

New api methods for Projects, Tags and CreateTimeEntry

10 Mar 14:51
Compare
Choose a tag to compare
  • getProjects
  • getProjectTasks
  • createTimeEntry
  • getWorkspaceTags

Thanks to Marco Frattola and nhoag