Changeset 6411
- Timestamp:
- 05/18/2017 01:11:03 PM (9 years ago)
- Location:
- branches/2.5
- Files:
-
- 2 edited
-
bbpress.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/bbpress.php
r6364 r6411 18 18 * Author: The bbPress Community 19 19 * Author URI: https://bbpress.org 20 * Version: 2.5.1 220 * Version: 2.5.13 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 191 191 /** Versions **********************************************************/ 192 192 193 $this->version = '2.5.1 2-6148';193 $this->version = '2.5.13-6410'; 194 194 $this->db_version = '250'; 195 195 … … 199 199 $this->file = __FILE__; 200 200 $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 ) ); 203 203 204 204 // Includes -
branches/2.5/readme.txt
r6211 r6411 4 4 Requires at least: 4.7 5 5 Tested up to: 4.7 6 Stable tag: 2.5.1 26 Stable tag: 2.5.13 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.13 = 44 * Improved support for `post_parent__in` type queries 42 45 43 46 = 2.5.12 =
Note: See TracChangeset
for help on using the changeset viewer.