Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daveismynamecom committed Nov 10, 2018
1 parent bd9227e commit 8fcd4e8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,21 @@ public function getTokenData($id = null)
}
```

## Version 1.2.0
## Version 1.1.3

Fixed connect method authenticating, now accepts an optional $id defaults to logged in user when not passed directly.

## Version 1.2.1

Added traits:
* Drive
* ToDo

## Version 1.2.2
## Version 1.1.4

Updated traits to support correct paging, each trait should return an array containing the total records (where available), top, skip and count keys.

Added new traits:
* Calendar
* CalendarEvents
* Events

Renamed all methods to be action followed by name ie `getEmails`

0 comments on commit 8fcd4e8

Please sign in to comment.