Changeset 6686
- Timestamp:
- 09/09/2017 03:04:06 PM (8 years ago)
- Location:
- branches/2.5
- Files:
-
- 2 edited
-
bbpress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/bbpress.php
r6411 r6686 18 18 * Author: The bbPress Community 19 19 * Author URI: https://bbpress.org 20 * Version: 2.5.1 320 * Version: 2.5.14 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 191 191 /** Versions **********************************************************/ 192 192 193 $this->version = '2.5.1 3-6410';193 $this->version = '2.5.14-6684'; 194 194 $this->db_version = '250'; 195 195 -
branches/2.5/readme.txt
r6411 r6686 4 4 Requires at least: 4.7 5 5 Tested up to: 4.7 6 Stable tag: 2.5.1 36 Stable tag: 2.5.14 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.14 = 44 * Improved support for PHP 7.1 and higher 45 * Improved pagination for non-public post statuses 46 * Fix converter row-limit boundaries 42 47 43 48 = 2.5.13 =
Note: See TracChangeset
for help on using the changeset viewer.