Version Description
See: https://codex.buddypress.org/releases/version-5-0-0/
Download this release
Release Info
Developer | imath |
Plugin | BuddyPress |
Version | 5.0.0 |
Comparing to | |
See all releases |
Code changes from version 5.0.0-RC2 to 5.0.0
- bp-core/classes/class-bp-admin.php +2 -2
- bp-loader.php +1 -1
- buddypress.pot +2 -2
- class-buddypress.php +1 -1
- readme.txt +9 -3
bp-core/classes/class-bp-admin.php
CHANGED
@@ -774,10 +774,10 @@ class BP_Admin {
|
|
774 |
<p>
|
775 |
<?php
|
776 |
printf(
|
777 |
-
_n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.',
|
778 |
'<span class="dashicons dashicons-heart"></span>',
|
779 |
esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
|
780 |
-
number_format_i18n(
|
781 |
);
|
782 |
?>
|
783 |
</p>
|
774 |
<p>
|
775 |
<?php
|
776 |
printf(
|
777 |
+
_n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 28, 'buddypress' ),
|
778 |
'<span class="dashicons dashicons-heart"></span>',
|
779 |
esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ),
|
780 |
+
number_format_i18n( 28 )
|
781 |
);
|
782 |
?>
|
783 |
</p>
|
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.0.0
|
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.0.0
|
19 |
* Text Domain: buddypress
|
20 |
* Domain Path: /bp-languages/
|
21 |
* License: GPLv2 or later (license.txt)
|
buddypress.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the GPLv2 or later (license.txt).
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: BuddyPress 5.0.0
|
6 |
"Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
|
7 |
-
"POT-Creation-Date: 2019-09-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the GPLv2 or later (license.txt).
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: BuddyPress 5.0.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
|
7 |
+
"POT-Creation-Date: 2019-09-30 20:39:56+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
class-buddypress.php
CHANGED
@@ -303,7 +303,7 @@ class BuddyPress {
|
|
303 |
|
304 |
/** Versions **********************************************************/
|
305 |
|
306 |
-
$this->version = '5.0.0
|
307 |
$this->db_version = 12385;
|
308 |
|
309 |
/** Loading ***********************************************************/
|
303 |
|
304 |
/** Versions **********************************************************/
|
305 |
|
306 |
+
$this->version = '5.0.0';
|
307 |
$this->db_version = 12385;
|
308 |
|
309 |
/** Loading ***********************************************************/
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== BuddyPress ===
|
2 |
Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
|
3 |
-
Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking
|
4 |
-
Requires at least: 4.
|
5 |
Tested up to: 5.2
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -126,6 +126,9 @@ Try <a href="https://wordpress.org/plugins/bbpress/">bbPress</a>. It integrates
|
|
126 |
|
127 |
== Upgrade Notice ==
|
128 |
|
|
|
|
|
|
|
129 |
= 4.4.0 =
|
130 |
See: https://codex.buddypress.org/releases/version-4-4-0/
|
131 |
|
@@ -143,6 +146,9 @@ See: https://codex.buddypress.org/releases/version-4-0-0/
|
|
143 |
|
144 |
== Changelog ==
|
145 |
|
|
|
|
|
|
|
146 |
= 4.4.0 =
|
147 |
See: https://codex.buddypress.org/releases/version-4-4-0/
|
148 |
|
1 |
=== BuddyPress ===
|
2 |
Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
|
3 |
+
Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
|
4 |
+
Requires at least: 4.7
|
5 |
Tested up to: 5.2
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 5.0.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
126 |
|
127 |
== Upgrade Notice ==
|
128 |
|
129 |
+
= 5.0.0 =
|
130 |
+
See: https://codex.buddypress.org/releases/version-5-0-0/
|
131 |
+
|
132 |
= 4.4.0 =
|
133 |
See: https://codex.buddypress.org/releases/version-4-4-0/
|
134 |
|
146 |
|
147 |
== Changelog ==
|
148 |
|
149 |
+
= 5.0.0 =
|
150 |
+
See: https://codex.buddypress.org/releases/version-5-0-0/
|
151 |
+
|
152 |
= 4.4.0 =
|
153 |
See: https://codex.buddypress.org/releases/version-4-4-0/
|
154 |
|