Changeset 3641
- Timestamp:
- 11/28/2011 02:16:46 AM (14 years ago)
- Location:
- branches/2.0
- Files:
-
- 2 edited
-
bbpress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/bbpress.php
r3603 r3641 16 16 * Author: The bbPress Community 17 17 * Author URI: http://bbpress.org 18 * Version: 2.0. 118 * Version: 2.0.2 19 19 * Text Domain: bbpress 20 20 * Domain Path: /bbp-languages/ … … 49 49 * @public string bbPress version 50 50 */ 51 public $version = '2.0. 1';51 public $version = '2.0.2'; 52 52 53 53 /** 54 54 * @public string bbPress DB version 55 55 */ 56 public $db_version = '20 0';56 public $db_version = '202'; 57 57 58 58 /** Post types ************************************************************/ -
branches/2.0/readme.txt
r3603 r3641 4 4 Requires at least: 3.2.1 5 5 Tested up to: 3.2.1 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 8 8 bbPress is forum software with a twist from the creators of WordPress … … 24 24 25 25 == Changelog == 26 27 = 2.0.2 = 28 * Fix forum and topic freshness recount 29 * Fix non-admin post editing 30 * Fix topic closing 26 31 27 32 = 2.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.