File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 22
33## Changelog
44
5+ ### 1.6.3
6+
7+ * PHP 7.3 support
8+ * Added GET ` /users/fields `
9+ * Added POST ` /lost-password `
10+ * Added GET ` /threads/:threadId/navigation `
11+ * Added GET ` /posts/unread `
12+ * Added POST ` /notifications/custom `
13+ * Added GET ` /threads/:threadId/poll `
14+ * Added param ` fields ` for POST ` /users `
15+ * Added param ` before ` and ` after ` for GET ` /conversation-messages `
16+ * Added param ` thread_create_date ` and ` thread_update_date ` for GET ` /threads `
17+ * Added ` ids ` into response of GET ` /tags/find `
18+ * Added ` last_message ` into conversation data
19+ * Added avatar links into recipient data
20+ * Added ` thread_is_new ` and ` links.posts_unread ` into thread data
21+ * Added ` user_is_admin ` , ` user_is_moderator ` and ` user_is_staff ` into user data
22+ * Added ` like_users ` into post data
23+ * Added ` follow_date ` and user data into response of GET ` /users/:userId/followers ` and GET ` /users/:userId/followings `
24+ * Added support for ` Api-Username-Inline-Style ` header
25+ * Other performance improvements and bug fixes
26+
527### 1.6.1
628
729* PHP 7.2 support
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <addon addon_id =" bdApi" title =" [bd] API" version_string =" 1.6.3" version_id =" 1060316 " url =" " install_callback_class =" bdApi_Installer" install_callback_method =" install" uninstall_callback_class =" bdApi_Installer" uninstall_callback_method =" uninstall" >
2+ <addon addon_id =" bdApi" title =" [bd] API" version_string =" 1.6.3" version_id =" 1060370 " url =" " install_callback_class =" bdApi_Installer" install_callback_method =" install" uninstall_callback_class =" bdApi_Installer" uninstall_callback_method =" uninstall" >
33 <admin_navigation >
44 <navigation navigation_id =" bdApi" parent_navigation_id =" tools" display_order =" 9999" link =" api-clients" admin_permission_id =" bdApi" debug_only =" 0" hide_no_children =" 0" />
55 <navigation navigation_id =" bdApi_auth_codes" parent_navigation_id =" bdApi" display_order =" 3000" link =" api-auth-codes" admin_permission_id =" " debug_only =" 0" hide_no_children =" 0" />
You can’t perform that action at this time.
0 commit comments