Skip to:
Content

BuddyPress.org

Ticket #8132: hello-buddypress-dc.md

File hello-buddypress-dc.md, 2.7 KB (added by dcavins, 6 years ago)

Very minor changes to imath's text.

Line 
1# What's new?
2
3## Introducing the BP REST API
4
5BuddyPress 5.0.0 comes with REST API endpoints for members, groups, activities, users, private messages, screen notifications and extended profiles (we plan to ship the remaining endpoints in our next major release).
6BuddyPress endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with your community through plugins, themes, apps, and beyond. Ready to get started with development? Check out the BP REST API reference.
7
8## A new UI to manage Group members.
9
10The best way to show the power of the BP REST API is to start using it for one of our Core features. Whether you need to manage group members from the group screen of your WordPress Administration dashboard or from the single group management area on the front end, it's now more dynamic and faster in both places. Thanks to the BP REST API and JavaScript, the same UI is used in both contexts!
11
12## Improved Group invites and membership requests.
13
14Thanks to the new BP Invitations API, Group invites and membership requests are now managed in a more consistent way. The BP Invitations API abstracts how these two actions are handled and allows developers to use them for any object on your site (e.g., Sites of a WordPress network).
15
16## Help our support volunteers help you.
17
18Knowing your WordPress and BuddyPress configuration is very important when one of our beloved support volunteers tries to help you fix an issue. That's why we added a BuddyPress section to the Site Health Info Administration screen.
19The panel is displayed at the bottom of the screen. It includes the BuddyPress version, active components, active template pack, and a list of other component-specific settings information.
20
21## Improved Integrations with WordPress
22First, we've polished the BP Nouveau template pack's integration with the Twenty Nineteen WordPress theme. Second, this template pack is now using the same password form controls as WordPress Core. Third, we added a new BuddyPress Blocks category in the Block Editor.
23Keeping things organized inside the block inserter is important. Having a specific BuddyPress category will help our end-users find BuddyPress blocks faster. If you're a block developer, please use this category for your BuddyPress blocks. You can read more about it in this development note.
24
25## Your feedback
26How are you using BuddyPress? Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please share your feedback about this version of BuddyPress on our website.
27
28Thank you for using BuddyPress! 😊