v1.4.7 (06-03-2015)
	now support XenForo 1.5.0 features: content tagging, 2fa
	added `user_last_seen_date` for GET `/users`
	added `user_fields` for GET `/users` (deprecated `user_custom_fields`)
	added `permissions.edit_title` for GET `/threads`
	added `last_post` for GET `/threads`
	added POST `/search/indexing`
	added `locale` parameter
	added `order`=`natural_reverse` for GET `/conversation-messages`
	added support for pages
	added support for thread poll
	added support for user ignores
	added support for view logging (thread, attachment)
	added support for spam checking
	added option `trackSession`
	added option `userNotificationConversation`
	improved support for conversation message (report)
	added daily version check from xfrocks.com
	fixed bugs

v1.4.4 (26-06-2015)
	fixed bugs

v1.4.3 (01-06-2015)
	supported latest OAuth 2.0 rfc with new grant types: implicit, client credentials and jwt bearer
	added demo client for first time installation
	added security feature: restrict access (AdminCP option)
	added security feature: white listed domains for client
	added pubsubhubbub support: user data, alerts and posts
	added GET /navigation
	added GET /users/find
	added PUT /users/:userId
	added POST /oauth/token/admin
	added support for social login
	added support for user groups
	added support for alerts
	added support for profile posts
	added support for forum watch
	improved support for conversation
	improved support for searching
	improved performance
	fixed bugs

v1.2.1 (11-03-2014)
	1.2.1/1 fixed bugs

v1.2 (01-03-2014)
	1.2/1 added support for one time token
	1.2/2 added support for all requests in sdk.js
	1.2/3 added GET /notifications
	1.2/4 added `natural_reverse` order for GET /posts
	1.2/5 added `post_is_first_post` for (post)
	1.2/6 added support for multiple forum ids in GET /threads
	1.2/7 added `user_unread_conversation_count` for (user)
	1.2/8 improved session handling
	1.2/9 improved HTTPS support
	1.2/10 improved logging
	1.2/11 fixed bugs

v1.1.1 (06-11-2013)
	1.1.1/1 added support for user custom fields
	1.1.1/2 fixed serious bug with scope granting

v1.1 (28-09-2013)
	1.1/1 added support for HTTP header X-HTTP-Method-Override to override request method
	1.1/2 added password encryption
	1.1/3 added support for sticky thread
	1.1/4 added DELETE /posts/:postId/attachments/
	1.1/5 added support for attachment data
	1.1/6 added support for conversation and message
	1.1/7 fixed bugs

v1.0 (23-05-2013)
	1.0/1 added GET /posts/:postId/likes to get like, POST to like, DELETE to unlike
	1.0/2 added common parameters `fields_include`, `fields_exclude` to filter data
	1.0/3 added `attachments` to post data, POST /threads/attachment and POST /posts/attachment to upload attachment to thread or post
	1.0/4 added common parameter `order` to.. order
	1.0/5 added logging
	1.0/6 added POST /users to create new user
	1.0/7 added POST /users/:userId/avatar to upload avatar, DELETE /users/:userId/avatar to delete avatar
	1.0/8 added followers to threads and users with POST, DELETE to follow or unfollow
	1.0/9 added /batch support to execute multiple requests at once

v0.9.4 (19-04-2013)
	First public release
