BuddyPress - Version 7.0.0

Version Description

See: https://codex.buddypress.org/releases/version-7-0-0/

Download this release

Release Info

Developer imath
Plugin Icon 128x128 BuddyPress
Version 7.0.0
Comparing to
See all releases

Code changes from version 7.0.0-RC2 to 7.0.0

Files changed (4) hide show
  1. bp-loader.php +1 -1
  2. buddypress.pot +1 -1
  3. class-buddypress.php +1 -1
  4. readme.txt +9 -3
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: 7.0.0-RC2
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: 7.0.0
19
  * Text Domain: buddypress
20
  * Domain Path: /bp-languages/
21
  * License: GPLv2 or later (license.txt)
buddypress.pot CHANGED
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2020-12-04T20:39:46+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: buddypress\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2020-12-10T21:18:51+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: buddypress\n"
class-buddypress.php CHANGED
@@ -303,7 +303,7 @@ class BuddyPress {
303
 
304
  /** Versions **********************************************************/
305
 
306
- $this->version = '7.0.0-RC2';
307
  $this->db_version = 12385;
308
 
309
  /** Loading ***********************************************************/
303
 
304
  /** Versions **********************************************************/
305
 
306
+ $this->version = '7.0.0';
307
  $this->db_version = 12385;
308
 
309
  /** Loading ***********************************************************/
readme.txt CHANGED
@@ -3,10 +3,10 @@ Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw21
3
  Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
4
  License: GPLv2 or later
5
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
6
- Requires at least: 4.8
7
  Requires PHP: 5.6
8
- Tested up to: 5.5.3
9
- Stable tag: 6.4.0
10
 
11
  BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
12
 
@@ -125,6 +125,9 @@ Try <a href="https://wordpress.org/plugins/bbpress/">bbPress</a>. It integrates
125
 
126
  == Upgrade Notice ==
127
 
 
 
 
128
  = 6.4.0 =
129
  See: https://codex.buddypress.org/releases/version-6-4-0/
130
 
@@ -172,6 +175,9 @@ See: https://codex.buddypress.org/releases/version-4-0-0/
172
 
173
  == Changelog ==
174
 
 
 
 
175
  = 6.4.0 =
176
  See: https://codex.buddypress.org/releases/version-6-4-0/
177
 
3
  Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
4
  License: GPLv2 or later
5
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
6
+ Requires at least: 4.9
7
  Requires PHP: 5.6
8
+ Tested up to: 5.6
9
+ Stable tag: 7.0.0
10
 
11
  BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
12
 
125
 
126
  == Upgrade Notice ==
127
 
128
+ = 7.0.0 =
129
+ See: https://codex.buddypress.org/releases/version-7-0-0/
130
+
131
  = 6.4.0 =
132
  See: https://codex.buddypress.org/releases/version-6-4-0/
133
 
175
 
176
  == Changelog ==
177
 
178
+ = 7.0.0 =
179
+ See: https://codex.buddypress.org/releases/version-7-0-0/
180
+
181
  = 6.4.0 =
182
  See: https://codex.buddypress.org/releases/version-6-4-0/
183