Skip to content

Commit 8fcd4e8

Browse files
updated changelog
1 parent bd9227e commit 8fcd4e8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

changelog.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,21 @@ public function getTokenData($id = null)
3232
}
3333
```
3434

35-
## Version 1.2.0
35+
## Version 1.1.3
3636

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

39-
## Version 1.2.1
40-
4139
Added traits:
4240
* Drive
4341
* ToDo
4442

45-
## Version 1.2.2
43+
## Version 1.1.4
4644

4745
Updated traits to support correct paging, each trait should return an array containing the total records (where available), top, skip and count keys.
46+
47+
Added new traits:
48+
* Calendar
49+
* CalendarEvents
50+
* Events
51+
52+
Renamed all methods to be action followed by name ie `getEmails`

0 commit comments

Comments
 (0)