Skip to content

Releases: ajimix/asana-api-php-class

6.4.0

12 Dec 01:12
Compare
Choose a tag to compare
  • Adds getUsersInWorkspace method

6.3.0

26 Oct 01:39
Compare
Choose a tag to compare
  • Adds createSection method

6.2.0

24 Oct 08:32
Compare
Choose a tag to compare
  • Adds the option to retrieve Asana errors

6.1.0

13 Oct 01:48
Compare
Choose a tag to compare
  • Implement "new_rich_text" feature negotiation in headers

6.0.0

11 May 01:09
Compare
Choose a tag to compare
  • Adds section methods
  • Enables API calls SSL verification
  • Enables OAuth SSL verification
  • Adds additional optional filters to getTasksByFilter
  • Minor improvements

5.1.1

11 May 00:23
Compare
Choose a tag to compare
  • Fixes createWebhook method

5.1.0

02 Jan 17:01
aac511c
Compare
Choose a tag to compare
  • getTasksByFilter now allows the following optional filters: 'completed', 'completed_at', 'completed_since', 'modified_since'

5.0.0

02 Mar 10:57
Compare
Choose a tag to compare
  • Drop support for PHP 5.3, minimum requirement now is PHP 5.4
  • Adds custom fields support (only available for Asana premium accounts)
  • getProjects now can receive an array of options
  • removeProjectToTask deprecated, please use removeProjectFromTask

4.3.0

11 Feb 01:26
Compare
Choose a tag to compare
  • getData now converts floats to strings inside the array, so ID's are returned as a proper string