Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimix committed Mar 2, 2017
1 parent 33b69e2 commit 0d1aed4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.0.0, 2017-03-02
-----------------
- 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, 2017-02-10
-----------------
- getData now converts floats to strings inside the array, so ID's are returned as a proper string
Expand Down
4 changes: 2 additions & 2 deletions asana.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
*
* Read Asana API documentation for fully use this class https://asana.com/developers/api-reference/
*
* Copyright 2016 Ajimix
* Copyright 2017 Ajimix
* Licensed under the Apache License 2.0
*
* Author: Ajimix [github.com/ajimix] and the contributors [github.com/ajimix/asana-api-php-class/contributors]
* Version: 4.2.0
* Version: 5.0.0
*/

// Define some constants for later usage.
Expand Down

0 comments on commit 0d1aed4

Please sign in to comment.