Releases: ajimix/asana-api-php-class
Releases · ajimix/asana-api-php-class
6.4.0
- Adds getUsersInWorkspace method
6.3.0
- Adds createSection method
6.2.0
- Adds the option to retrieve Asana errors
6.1.0
- Implement "new_rich_text" feature negotiation in headers
6.0.0
- Adds section methods
- Enables API calls SSL verification
- Enables OAuth SSL verification
- Adds additional optional filters to getTasksByFilter
- Minor improvements
5.1.1
- Fixes createWebhook method
5.1.0
- getTasksByFilter now allows the following optional filters: 'completed', 'completed_at', 'completed_since', 'modified_since'
5.0.0
- 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
- getData now converts floats to strings inside the array, so ID's are returned as a proper string