Skip to:
Content

bbPress.org

Changeset 6411


Ignore:
Timestamp:
05/18/2017 01:11:03 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Bump 2.5 branch to 2.5.13.

Location:
branches/2.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/bbpress.php

    r6364 r6411  
    1818 * Author:      The bbPress Community
    1919 * Author URI:  https://bbpress.org
    20  * Version:     2.5.12
     20 * Version:     2.5.13
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
     
    191191        /** Versions **********************************************************/
    192192
    193         $this->version    = '2.5.12-6148';
     193        $this->version    = '2.5.13-6410';
    194194        $this->db_version = '250';
    195195
     
    199199        $this->file       = __FILE__;
    200200        $this->basename   = apply_filters( 'bbp_plugin_basename', plugin_basename( $this->file ) );
    201         $this->plugin_dir = apply_filters( 'bbp_plugin_dir_path',  plugin_dir_path( $this->file ) );
    202         $this->plugin_url = apply_filters( 'bbp_plugin_dir_url',   plugin_dir_url ( $this->file ) );
     201        $this->plugin_dir = apply_filters( 'bbp_plugin_dir_path', plugin_dir_path( $this->file ) );
     202        $this->plugin_url = apply_filters( 'bbp_plugin_dir_url',  plugin_dir_url ( $this->file ) );
    203203
    204204        // Includes
  • branches/2.5/readme.txt

    r6211 r6411  
    44Requires at least: 4.7
    55Tested up to: 4.7
    6 Stable tag: 2.5.12
     6Stable tag: 2.5.13
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 2.5.13 =
     44* Improved support for `post_parent__in` type queries
    4245
    4346= 2.5.12 =
Note: See TracChangeset for help on using the changeset viewer.