Skip to:
Content

bbPress.org

Changeset 6148


Ignore:
Timestamp:
12/09/2016 07:37:52 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Bump to 2.5.12.

Location:
branches/2.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/bbpress.php

    r6122 r6148  
    1818 * Author:      The bbPress Community
    1919 * Author URI:  https://bbpress.org
    20  * Version:     2.5.11
     20 * Version:     2.5.12
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
     
    191191        /** Versions **********************************************************/
    192192
    193         $this->version    = '2.5.11-6121';
     193        $this->version    = '2.5.12-6148';
    194194        $this->db_version = '250';
    195195
  • branches/2.5/includes/core/sub-actions.php

    r6147 r6148  
    136136 * Initialize roles
    137137 *
    138  * @since bbPress (r3389)
     138 * @since bbPress (r6147)
    139139 *
    140140 * @param WP_Roles $wp_roles The main WordPress roles global
  • branches/2.5/readme.txt

    r6122 r6148  
    44Requires at least: 4.2
    55Tested up to: 4.7
    6 Stable tag: 2.5.11
     6Stable tag: 2.5.12
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 2.5.12 =
     44* Fix role initialization bug
    4245
    4346= 2.5.11 =
Note: See TracChangeset for help on using the changeset viewer.