Version Description
See: https://codex.buddypress.org/releases/version-5-1-2/
Download this release
Release Info
Developer | imath |
Plugin | BuddyPress |
Version | 5.1.2 |
Comparing to | |
See all releases |
Code changes from version 5.1.1 to 5.1.2
- bp-groups/classes/class-bp-rest-groups-endpoint.php +19 -0
- bp-loader.php +1 -1
- buddypress.pot +49 -49
- class-buddypress.php +1 -1
- readme.txt +7 -1
bp-groups/classes/class-bp-rest-groups-endpoint.php
CHANGED
@@ -133,6 +133,11 @@ class BP_REST_Groups_Endpoint extends WP_REST_Controller {
|
|
133 |
// Actually, query it.
|
134 |
$groups = groups_get_groups( $args );
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
$retval = array();
|
137 |
foreach ( $groups['groups'] as $group ) {
|
138 |
$retval[] = $this->prepare_response_for_collection(
|
@@ -647,6 +652,20 @@ class BP_REST_Groups_Endpoint extends WP_REST_Controller {
|
|
647 |
);
|
648 |
|
649 |
foreach ( (array) $admin_mods['members'] as $user ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
650 |
if ( ! empty( $user->is_admin ) ) {
|
651 |
$data['admins'][] = $user;
|
652 |
} else {
|
133 |
// Actually, query it.
|
134 |
$groups = groups_get_groups( $args );
|
135 |
|
136 |
+
// Users need (at least, should we be more restrictive ?) to be logged in to use the edit context.
|
137 |
+
if ( 'edit' === $request->get_param( 'context' ) && ! is_user_logged_in() ) {
|
138 |
+
$request->set_param( 'context', 'view' );
|
139 |
+
}
|
140 |
+
|
141 |
$retval = array();
|
142 |
foreach ( $groups['groups'] as $group ) {
|
143 |
$retval[] = $this->prepare_response_for_collection(
|
652 |
);
|
653 |
|
654 |
foreach ( (array) $admin_mods['members'] as $user ) {
|
655 |
+
// Make sure to unset private data.
|
656 |
+
$private_keys = array_intersect(
|
657 |
+
array_keys( get_object_vars( $user ) ),
|
658 |
+
array(
|
659 |
+
'user_pass',
|
660 |
+
'user_email',
|
661 |
+
'user_activation_key',
|
662 |
+
)
|
663 |
+
);
|
664 |
+
|
665 |
+
foreach ( $private_keys as $private_key ) {
|
666 |
+
unset( $user->{$private_key} );
|
667 |
+
}
|
668 |
+
|
669 |
if ( ! empty( $user->is_admin ) ) {
|
670 |
$data['admins'][] = $user;
|
671 |
} else {
|
bp-loader.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
|
16 |
* Author: The BuddyPress Community
|
17 |
* Author URI: https://buddypress.org/
|
18 |
-
* Version: 5.1.
|
19 |
* Text Domain: buddypress
|
20 |
* Domain Path: /bp-languages/
|
21 |
* License: GPLv2 or later (license.txt)
|
15 |
* Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
|
16 |
* Author: The BuddyPress Community
|
17 |
* Author URI: https://buddypress.org/
|
18 |
+
* Version: 5.1.2
|
19 |
* Text Domain: buddypress
|
20 |
* Domain Path: /bp-languages/
|
21 |
* License: GPLv2 or later (license.txt)
|
buddypress.pot
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv2 or later (license.txt).
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: BuddyPress 5.1.
|
6 |
"Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: JOHN JAMES JACOBY <jjj@buddypress.org>\n"
|
13 |
"Language-Team: ENGLISH <jjj@buddypress.org>\n"
|
14 |
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
@@ -1061,7 +1061,7 @@ msgid "Whether the activity object has been favorited by the current user."
|
|
1061 |
msgstr ""
|
1062 |
|
1063 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1395
|
1064 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
1065 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:694
|
1066 |
#. translators: Full image size for the member Avatar
|
1067 |
#. translators: Full image size for the group Avatar
|
@@ -1070,7 +1070,7 @@ msgid "Avatar URL with full image size (%1$d x %2$d pixels)."
|
|
1070 |
msgstr ""
|
1071 |
|
1072 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1403
|
1073 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
1074 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:702
|
1075 |
#. translators: Thumb imaze size for the member Avatar
|
1076 |
#. translators: Thumb imaze size for the group Avatar
|
@@ -1093,7 +1093,7 @@ msgid "Ensure result set includes specific IDs."
|
|
1093 |
msgstr ""
|
1094 |
|
1095 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1455
|
1096 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
1097 |
#: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:834
|
1098 |
msgid "Order sort attribute ascending or descending."
|
1099 |
msgstr ""
|
@@ -3685,7 +3685,7 @@ msgstr[1] ""
|
|
3685 |
#: bp-groups/classes/class-bp-rest-group-membership-endpoint.php:63
|
3686 |
#: bp-groups/classes/class-bp-rest-group-membership-endpoint.php:89
|
3687 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:60
|
3688 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
3689 |
msgid "A unique numeric ID for the Group."
|
3690 |
msgstr ""
|
3691 |
|
@@ -3701,9 +3701,9 @@ msgstr ""
|
|
3701 |
#: bp-groups/classes/class-bp-rest-group-membership-endpoint.php:628
|
3702 |
#: bp-groups/classes/class-bp-rest-group-membership-request-endpoint.php:207
|
3703 |
#: bp-groups/classes/class-bp-rest-group-membership-request-endpoint.php:449
|
3704 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
3705 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
3706 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
3707 |
msgid "Invalid group ID."
|
3708 |
msgstr ""
|
3709 |
|
@@ -4376,7 +4376,7 @@ msgid "You are not an admin of this group."
|
|
4376 |
msgstr ""
|
4377 |
|
4378 |
#: bp-groups/actions/create.php:27
|
4379 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
4380 |
msgid "Sorry, you are not allowed to create groups."
|
4381 |
msgstr ""
|
4382 |
|
@@ -5692,149 +5692,149 @@ msgstr ""
|
|
5692 |
msgid "Return only Membership requests made by a specific user."
|
5693 |
msgstr ""
|
5694 |
|
5695 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5696 |
msgid "Sorry, you cannot view hidden groups."
|
5697 |
msgstr ""
|
5698 |
|
5699 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5700 |
msgid "Sorry, you cannot view the group."
|
5701 |
msgstr ""
|
5702 |
|
5703 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5704 |
msgid "Please, enter the name of group."
|
5705 |
msgstr ""
|
5706 |
|
5707 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5708 |
msgid "Cannot create new group."
|
5709 |
msgstr ""
|
5710 |
|
5711 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5712 |
msgid "Cannot update existing group."
|
5713 |
msgstr ""
|
5714 |
|
5715 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5716 |
msgid "Sorry, you need to be logged in to update this group."
|
5717 |
msgstr ""
|
5718 |
|
5719 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5720 |
msgid "Sorry, you are not allowed to update this group."
|
5721 |
msgstr ""
|
5722 |
|
5723 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5724 |
msgid "Could not delete the group."
|
5725 |
msgstr ""
|
5726 |
|
5727 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5728 |
msgid "Sorry, you need to be logged in to delete this group."
|
5729 |
msgstr ""
|
5730 |
|
5731 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5732 |
msgid "Sorry, you are not allowed to delete this group."
|
5733 |
msgstr ""
|
5734 |
|
5735 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5736 |
msgid "The ID of the user who created the Group."
|
5737 |
msgstr ""
|
5738 |
|
5739 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5740 |
msgid "The name of the Group."
|
5741 |
msgstr ""
|
5742 |
|
5743 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5744 |
msgid "The URL-friendly slug for the Group."
|
5745 |
msgstr ""
|
5746 |
|
5747 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5748 |
msgid "The permalink to the Group on the site."
|
5749 |
msgstr ""
|
5750 |
|
5751 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5752 |
msgid "The description of the Group."
|
5753 |
msgstr ""
|
5754 |
|
5755 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5756 |
msgid "Content for the description of the Group, as it exists in the database."
|
5757 |
msgstr ""
|
5758 |
|
5759 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5760 |
msgid "HTML content for the description of the Group, transformed for display."
|
5761 |
msgstr ""
|
5762 |
|
5763 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5764 |
msgid "The status of the Group."
|
5765 |
msgstr ""
|
5766 |
|
5767 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5768 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5769 |
msgid "Whether the Group has a forum enabled or not."
|
5770 |
msgstr ""
|
5771 |
|
5772 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5773 |
msgid "ID of the parent Group."
|
5774 |
msgstr ""
|
5775 |
|
5776 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5777 |
msgid "The date the Group was created, in the site's timezone."
|
5778 |
msgstr ""
|
5779 |
|
5780 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5781 |
msgid "Group administrators."
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5785 |
msgid "Group moderators."
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5789 |
msgid "Count of all Group members."
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5793 |
msgid "The date the Group was last active, in the site's timezone."
|
5794 |
msgstr ""
|
5795 |
|
5796 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5797 |
msgid "Avatar URLs for the group."
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5801 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:744
|
5802 |
msgid "Shorthand for certain orderby/order combinations."
|
5803 |
msgstr ""
|
5804 |
|
5805 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5806 |
msgid "Order Groups by which attribute."
|
5807 |
msgstr ""
|
5808 |
|
5809 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5810 |
msgid "Group statuses to limit results to."
|
5811 |
msgstr ""
|
5812 |
|
5813 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5814 |
msgid "Pass a user_id to limit to only Groups that this user is a member of."
|
5815 |
msgstr ""
|
5816 |
|
5817 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5818 |
msgid "Get Groups that are children of the specified Group(s) IDs."
|
5819 |
msgstr ""
|
5820 |
|
5821 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5822 |
msgid "Get Groups based on their meta data information."
|
5823 |
msgstr ""
|
5824 |
|
5825 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5826 |
msgid "Ensure result set includes Groups with specific IDs."
|
5827 |
msgstr ""
|
5828 |
|
5829 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5830 |
msgid "Ensure result set excludes Groups with specific IDs"
|
5831 |
msgstr ""
|
5832 |
|
5833 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5834 |
msgid "Limit results set to a certain Group type."
|
5835 |
msgstr ""
|
5836 |
|
5837 |
-
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:
|
5838 |
msgid "Whether results should include hidden Groups."
|
5839 |
msgstr ""
|
5840 |
|
1 |
+
# Copyright (C) 2020 The BuddyPress Community
|
2 |
# This file is distributed under the GPLv2 or later (license.txt).
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: BuddyPress 5.1.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
|
7 |
+
"POT-Creation-Date: 2020-01-03 21:04:46+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: JOHN JAMES JACOBY <jjj@buddypress.org>\n"
|
13 |
"Language-Team: ENGLISH <jjj@buddypress.org>\n"
|
14 |
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1395
|
1064 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1083
|
1065 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:694
|
1066 |
#. translators: Full image size for the member Avatar
|
1067 |
#. translators: Full image size for the group Avatar
|
1070 |
msgstr ""
|
1071 |
|
1072 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1403
|
1073 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1091
|
1074 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:702
|
1075 |
#. translators: Thumb imaze size for the member Avatar
|
1076 |
#. translators: Thumb imaze size for the group Avatar
|
1093 |
msgstr ""
|
1094 |
|
1095 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1455
|
1096 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1135
|
1097 |
#: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:834
|
1098 |
msgid "Order sort attribute ascending or descending."
|
1099 |
msgstr ""
|
3685 |
#: bp-groups/classes/class-bp-rest-group-membership-endpoint.php:63
|
3686 |
#: bp-groups/classes/class-bp-rest-group-membership-endpoint.php:89
|
3687 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:60
|
3688 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:959
|
3689 |
msgid "A unique numeric ID for the Group."
|
3690 |
msgstr ""
|
3691 |
|
3701 |
#: bp-groups/classes/class-bp-rest-group-membership-endpoint.php:628
|
3702 |
#: bp-groups/classes/class-bp-rest-group-membership-request-endpoint.php:207
|
3703 |
#: bp-groups/classes/class-bp-rest-group-membership-request-endpoint.php:449
|
3704 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:245
|
3705 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:449
|
3706 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:553
|
3707 |
msgid "Invalid group ID."
|
3708 |
msgstr ""
|
3709 |
|
4376 |
msgstr ""
|
4377 |
|
4378 |
#: bp-groups/actions/create.php:27
|
4379 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:352
|
4380 |
msgid "Sorry, you are not allowed to create groups."
|
4381 |
msgstr ""
|
4382 |
|
5692 |
msgid "Return only Membership requests made by a specific user."
|
5693 |
msgstr ""
|
5694 |
|
5695 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:179
|
5696 |
msgid "Sorry, you cannot view hidden groups."
|
5697 |
msgstr ""
|
5698 |
|
5699 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:255
|
5700 |
msgid "Sorry, you cannot view the group."
|
5701 |
msgstr ""
|
5702 |
|
5703 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:290
|
5704 |
msgid "Please, enter the name of group."
|
5705 |
msgstr ""
|
5706 |
|
5707 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:302
|
5708 |
msgid "Cannot create new group."
|
5709 |
msgstr ""
|
5710 |
|
5711 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:387
|
5712 |
msgid "Cannot update existing group."
|
5713 |
msgstr ""
|
5714 |
|
5715 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:437
|
5716 |
msgid "Sorry, you need to be logged in to update this group."
|
5717 |
msgstr ""
|
5718 |
|
5719 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:460
|
5720 |
msgid "Sorry, you are not allowed to update this group."
|
5721 |
msgstr ""
|
5722 |
|
5723 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:497
|
5724 |
msgid "Could not delete the group."
|
5725 |
msgstr ""
|
5726 |
|
5727 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:541
|
5728 |
msgid "Sorry, you need to be logged in to delete this group."
|
5729 |
msgstr ""
|
5730 |
|
5731 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:563
|
5732 |
msgid "Sorry, you are not allowed to delete this group."
|
5733 |
msgstr ""
|
5734 |
|
5735 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:965
|
5736 |
msgid "The ID of the user who created the Group."
|
5737 |
msgstr ""
|
5738 |
|
5739 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:971
|
5740 |
msgid "The name of the Group."
|
5741 |
msgstr ""
|
5742 |
|
5743 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:980
|
5744 |
msgid "The URL-friendly slug for the Group."
|
5745 |
msgstr ""
|
5746 |
|
5747 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:988
|
5748 |
msgid "The permalink to the Group on the site."
|
5749 |
msgstr ""
|
5750 |
|
5751 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:995
|
5752 |
msgid "The description of the Group."
|
5753 |
msgstr ""
|
5754 |
|
5755 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1004
|
5756 |
msgid "Content for the description of the Group, as it exists in the database."
|
5757 |
msgstr ""
|
5758 |
|
5759 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1009
|
5760 |
msgid "HTML content for the description of the Group, transformed for display."
|
5761 |
msgstr ""
|
5762 |
|
5763 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1018
|
5764 |
msgid "The status of the Group."
|
5765 |
msgstr ""
|
5766 |
|
5767 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1028
|
5768 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1218
|
5769 |
msgid "Whether the Group has a forum enabled or not."
|
5770 |
msgstr ""
|
5771 |
|
5772 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1033
|
5773 |
msgid "ID of the parent Group."
|
5774 |
msgstr ""
|
5775 |
|
5776 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1038
|
5777 |
msgid "The date the Group was created, in the site's timezone."
|
5778 |
msgstr ""
|
5779 |
|
5780 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1045
|
5781 |
msgid "Group administrators."
|
5782 |
msgstr ""
|
5783 |
|
5784 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1054
|
5785 |
msgid "Group moderators."
|
5786 |
msgstr ""
|
5787 |
|
5788 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1063
|
5789 |
msgid "Count of all Group members."
|
5790 |
msgstr ""
|
5791 |
|
5792 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1069
|
5793 |
msgid "The date the Group was last active, in the site's timezone."
|
5794 |
msgstr ""
|
5795 |
|
5796 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1098
|
5797 |
msgid "Avatar URLs for the group."
|
5798 |
msgstr ""
|
5799 |
|
5800 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1126
|
5801 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:744
|
5802 |
msgid "Shorthand for certain orderby/order combinations."
|
5803 |
msgstr ""
|
5804 |
|
5805 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1144
|
5806 |
msgid "Order Groups by which attribute."
|
5807 |
msgstr ""
|
5808 |
|
5809 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1153
|
5810 |
msgid "Group statuses to limit results to."
|
5811 |
msgstr ""
|
5812 |
|
5813 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1165
|
5814 |
msgid "Pass a user_id to limit to only Groups that this user is a member of."
|
5815 |
msgstr ""
|
5816 |
|
5817 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1173
|
5818 |
msgid "Get Groups that are children of the specified Group(s) IDs."
|
5819 |
msgstr ""
|
5820 |
|
5821 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1183
|
5822 |
msgid "Get Groups based on their meta data information."
|
5823 |
msgstr ""
|
5824 |
|
5825 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1191
|
5826 |
msgid "Ensure result set includes Groups with specific IDs."
|
5827 |
msgstr ""
|
5828 |
|
5829 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1200
|
5830 |
msgid "Ensure result set excludes Groups with specific IDs"
|
5831 |
msgstr ""
|
5832 |
|
5833 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1209
|
5834 |
msgid "Limit results set to a certain Group type."
|
5835 |
msgstr ""
|
5836 |
|
5837 |
+
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1226
|
5838 |
msgid "Whether results should include hidden Groups."
|
5839 |
msgstr ""
|
5840 |
|
class-buddypress.php
CHANGED
@@ -303,7 +303,7 @@ class BuddyPress {
|
|
303 |
|
304 |
/** Versions **********************************************************/
|
305 |
|
306 |
-
$this->version = '5.1.
|
307 |
$this->db_version = 12385;
|
308 |
|
309 |
/** Loading ***********************************************************/
|
303 |
|
304 |
/** Versions **********************************************************/
|
305 |
|
306 |
+
$this->version = '5.1.2';
|
307 |
$this->db_version = 12385;
|
308 |
|
309 |
/** Loading ***********************************************************/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: user profiles, activity streams, messaging, friends, user groups, notifica
|
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.3
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 5.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -125,6 +125,9 @@ Try <a href="https://wordpress.org/plugins/bbpress/">bbPress</a>. It integrates
|
|
125 |
|
126 |
== Upgrade Notice ==
|
127 |
|
|
|
|
|
|
|
128 |
= 5.1.1 =
|
129 |
See: https://codex.buddypress.org/releases/version-5-1-1/
|
130 |
|
@@ -151,6 +154,9 @@ See: https://codex.buddypress.org/releases/version-4-0-0/
|
|
151 |
|
152 |
== Changelog ==
|
153 |
|
|
|
|
|
|
|
154 |
= 5.1.1 =
|
155 |
See: https://codex.buddypress.org/releases/version-5-1-1/
|
156 |
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 5.3
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 5.1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
125 |
|
126 |
== Upgrade Notice ==
|
127 |
|
128 |
+
= 5.1.2 =
|
129 |
+
See: https://codex.buddypress.org/releases/version-5-1-2/
|
130 |
+
|
131 |
= 5.1.1 =
|
132 |
See: https://codex.buddypress.org/releases/version-5-1-1/
|
133 |
|
154 |
|
155 |
== Changelog ==
|
156 |
|
157 |
+
= 5.1.2 =
|
158 |
+
See: https://codex.buddypress.org/releases/version-5-1-2/
|
159 |
+
|
160 |
= 5.1.1 =
|
161 |
See: https://codex.buddypress.org/releases/version-5-1-1/
|
162 |
|