Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimix committed Oct 26, 2018
1 parent 75c3837 commit 524a002
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.3.0, 2018-10-26
-----------------
- Adds createSection method

6.2.0, 2018-10-24
-----------------
- Adds the option to retrieve Asana errors
Expand Down
2 changes: 1 addition & 1 deletion asana.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Licensed under the Apache License 2.0
*
* Author: Ajimix [github.com/ajimix] and the contributors [github.com/ajimix/asana-api-php-class/contributors]
* Version: 6.2.0
* Version: 6.3.0
*/

// Define some constants for later usage.
Expand Down
8 changes: 4 additions & 4 deletions examples/section-creation.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
'name' => 'Section created by createTask:', // Name of task
'assignee' => 'bigboss@bigcompany.com', // Assign task to...
"memberships" => [
[
"project" => $projectId
]
]
[
"project" => $projectId
]
]
));

/*
Expand Down

0 comments on commit 524a002

Please sign in to comment.