Skip to content

Commit b84a576

Browse files
committed
v1.6.3 -- version bump
1 parent 4fe6473 commit b84a576

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

xenforo/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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

xenforo/library/bdApi/addon-bdApi.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"/>

0 commit comments

Comments
 (0)