-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreadme.txt
56 lines (36 loc) · 2.33 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== WPGraphQL BuddyPress ===
Contributors: espellcaste
Tags: graphql, wp-graphql, community, buddypress
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 8.0
Requires at least: 6.1
Tested up to: 6.5.2
Stable tag: 0.1.1
Get together safely, in your own way, in WordPress.
== Description ==
WPGraphQL BuddyPress is a free and open-source extension for the WPGraphQL plugin, bringing the power of GraphQL to BuddyPress.
[BuddyPress](https://wordpress.org/plugins/buddypress/) is a plugin that provides a modern, robust, and sophisticated social network software.
WPGraphQL BuddyPress is built on top of [WPGraphQL](https://wordpress.org/plugins/wp-graphql/), allowing to get all the data you need from WordPress and BuddyPress.
= Powerful Debugging Tools =
WPGraphQL ships with GraphiQL in your WordPress dashboard, allowing you to browse your BuddyPress site's GraphQL Schema, Queries, and Mutations.
= Features =
WPGraphQL BuddyPress has support to all BuddyPress components.
= Join our community =
This plugin is in active development. If you're interested in contributing to BuddyPress or the WPGraphQL BuddyPress plugin, we'd love to have you. \o/
Head over to the [BuddyPress Documentation](https://codex.buddypress.org/participate-and-contribute/) site to find out how you can pitch in or to the [WPGraphQL BuddyPress Github repo](https://github.com/renatonascalves/wp-graphql-buddypress) to contribute to this WPGraphQL extension.
== Changelog ==
= 0.1.1 = 2024-05-06
**New Features**
- [#118](https://github.com/renatonascalves/wp-graphql-buddypress/issues/118): feat: Support BuddyPress Community Visibility: "Private Site".
- [#127](https://github.com/renatonascalves/wp-graphql-buddypress/issues/127): feat: Add `resendSignupEmail` mutation to resend activation email
**Chores / Bugfixes**
- [#115](https://github.com/renatonascalves/wp-graphql-buddypress/issues/115): chore: Add list of plugin dependencies
- chore: Added a `CHANGELOG.md` file
- chore: Upgrade to WPCS/VIPCS 3.0
- chore: Supports WordPress 6.5.
- ci: Updated Github Action Matrix to test more variations.
- ci: Updated CI actions to support Node 20.
- ci: removed Github Action `-built-branch` action.
= 0.1.0 =
Public Stable Release.