Changeset 3957
- Timestamp:
- 06/13/2012 11:01:37 PM (12 years ago)
- Location:
- branches/2.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/bbpress.php
r3641 r3957 16 16 * Author: The bbPress Community 17 17 * Author URI: http://bbpress.org 18 * Version: 2.0. 218 * Version: 2.0.3 19 19 * Text Domain: bbpress 20 20 * Domain Path: /bbp-languages/ … … 49 49 * @public string bbPress version 50 50 */ 51 public $version = '2.0. 2';51 public $version = '2.0.3'; 52 52 53 53 /** 54 54 * @public string bbPress DB version 55 55 */ 56 public $db_version = '20 2';56 public $db_version = '203'; 57 57 58 58 /** Post types ************************************************************/ -
branches/2.0/readme.txt
r3641 r3957 3 3 Tags: bbpress, forums, discussion, support, theme, buddypress, akismet, multisite 4 4 Requires at least: 3.2.1 5 Tested up to: 3. 2.16 Stable tag: 2.0. 25 Tested up to: 3.4 6 Stable tag: 2.0.3 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.3 = 28 * Confirmed WordPress 3.4 compatibility 29 * Fix single forums not working when switching visibility 30 * Fix hierarchical forum capability check 26 31 27 32 = 2.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.