BuddyPress - Version 10.6.0

Version Description

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

Download this release

Release Info

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

Code changes from version 10.5.0 to 10.6.0

bp-core/bp-core-template-loader.php CHANGED
@@ -464,7 +464,7 @@ function bp_get_query_template( $type, $templates = array() ) {
464
  * The current theme is using the WordPress Full Site Editing feature.
465
  * BuddyPress then needs to use the WordPress template canvas to retrieve the community content.
466
  */
467
- if ( current_theme_supports( 'block-templates' ) ) {
468
  $template = ABSPATH . WPINC . '/template-canvas.php';
469
  }
470
 
464
  * The current theme is using the WordPress Full Site Editing feature.
465
  * BuddyPress then needs to use the WordPress template canvas to retrieve the community content.
466
  */
467
+ if ( bp_is_running_wp( '5.9.0', '>=' ) && wp_is_block_theme() ) {
468
  $template = ABSPATH . WPINC . '/template-canvas.php';
469
  }
470
 
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: 10.5.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: 10.6.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: 2022-10-27T20:02:48+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.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: 2022-10-31T17:02:44+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: buddypress\n"
class-buddypress.php CHANGED
@@ -349,7 +349,7 @@ class BuddyPress {
349
 
350
  /** Versions */
351
 
352
- $this->version = '10.5.0';
353
  $this->db_version = 13165;
354
 
355
  /** Loading */
349
 
350
  /** Versions */
351
 
352
+ $this->version = '10.6.0';
353
  $this->db_version = 13165;
354
 
355
  /** Loading */
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
6
  Requires PHP: 5.6
7
  Requires at least: 5.4
8
  Tested up to: 6.1
9
- Stable tag: 10.5.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
  = 10.5.0 =
129
  See: https://codex.buddypress.org/releases/version-10-5-0/
130
 
@@ -202,6 +205,9 @@ See: https://codex.buddypress.org/releases/version-5-0-0/
202
 
203
  == Changelog ==
204
 
 
 
 
205
  = 10.5.0 =
206
  See: https://codex.buddypress.org/releases/version-10-5-0/
207
 
6
  Requires PHP: 5.6
7
  Requires at least: 5.4
8
  Tested up to: 6.1
9
+ Stable tag: 10.6.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
+ = 10.6.0 =
129
+ See: https://codex.buddypress.org/releases/version-10-6-0/
130
+
131
  = 10.5.0 =
132
  See: https://codex.buddypress.org/releases/version-10-5-0/
133
 
205
 
206
  == Changelog ==
207
 
208
+ = 10.6.0 =
209
+ See: https://codex.buddypress.org/releases/version-10-6-0/
210
+
211
  = 10.5.0 =
212
  See: https://codex.buddypress.org/releases/version-10-5-0/
213