Skip to content

Commit f691c4c

Browse files
committed
Update bbPress plugin from 2.6.13 to 2.6.14
1 parent fd41121 commit f691c4c

20 files changed

Lines changed: 450 additions & 242 deletions

File tree

wp-content/plugins/bbpress/bbpress.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* bbPress is forum software with a twist from the creators of WordPress.
77
*
8-
* $Id: bbpress.php 7295 2025-04-16 22:53:45Z johnjamesjacoby $
8+
* $Id: bbpress.php 7338 2025-07-02 15:36:03Z johnjamesjacoby $
99
*
1010
* @package bbPress
1111
* @subpackage Main
@@ -24,7 +24,7 @@
2424
* Requires PHP: 5.6.20
2525
* Requires at least: 6.0
2626
* Tested up to: 6.9
27-
* Version: 2.6.13
27+
* Version: 2.6.14
2828
*/
2929

3030
// Exit if accessed directly
@@ -207,7 +207,7 @@ private function setup_environment() {
207207

208208
/** Versions **********************************************************/
209209

210-
$this->version = '2.6.13';
210+
$this->version = '2.6.14';
211211
$this->db_version = '263';
212212

213213
/** Paths *************************************************************/

0 commit comments

Comments
 (0)