Changeset 6148
- Timestamp:
- 12/09/2016 07:37:52 AM (9 years ago)
- Location:
- branches/2.5
- Files:
-
- 3 edited
-
bbpress.php (modified) (2 diffs)
-
includes/core/sub-actions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/bbpress.php
r6122 r6148 18 18 * Author: The bbPress Community 19 19 * Author URI: https://bbpress.org 20 * Version: 2.5.1 120 * Version: 2.5.12 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 191 191 /** Versions **********************************************************/ 192 192 193 $this->version = '2.5.1 1-6121';193 $this->version = '2.5.12-6148'; 194 194 $this->db_version = '250'; 195 195 -
branches/2.5/includes/core/sub-actions.php
r6147 r6148 136 136 * Initialize roles 137 137 * 138 * @since bbPress (r 3389)138 * @since bbPress (r6147) 139 139 * 140 140 * @param WP_Roles $wp_roles The main WordPress roles global -
branches/2.5/readme.txt
r6122 r6148 4 4 Requires at least: 4.2 5 5 Tested up to: 4.7 6 Stable tag: 2.5.1 16 Stable tag: 2.5.12 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 2.5.12 = 44 * Fix role initialization bug 42 45 43 46 = 2.5.11 =
Note: See TracChangeset
for help on using the changeset viewer.