Changeset 3536
- Timestamp:
- 09/21/2011 06:21:39 AM (13 years ago)
- Location:
- branches/plugin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/functions.php
r3507 r3536 64 64 65 65 // Version of theme in YYYMMDD format 66 $this->version = '201109 12';66 $this->version = '20110921'; 67 67 68 68 // Setup the theme path -
branches/plugin/bbpress.php
r3513 r3536 16 16 * Author: The bbPress Community 17 17 * Author URI: http://bbpress.org 18 * Version: 2.0 -rc-518 * Version: 2.0 19 19 * Text Domain: bbpress 20 20 * Domain Path: /bbp-languages/ … … 49 49 * @public string bbPress version 50 50 */ 51 public $version = '2.0 -rc-5';51 public $version = '2.0'; 52 52 53 53 /** 54 54 * @public string bbPress DB version 55 55 */ 56 public $db_version = ' 185';56 public $db_version = '200'; 57 57 58 58 /** Post types ************************************************************/ -
branches/plugin/readme.txt
r3510 r3536 4 4 Requires at least: 3.2.1 5 5 Tested up to: 3.2.1 6 Stable tag: 2.0 -rc-56 Stable tag: 2.0 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 = 28 * Released on September 21, 2011 26 29 27 30 = 2.0-rc-5 =
Note: See TracChangeset
for help on using the changeset viewer.