Skip to:
Content

bbPress.org

Changeset 3641


Ignore:
Timestamp:
11/28/2011 02:16:46 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump branch to 2.0.2.

Location:
branches/2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/bbpress.php

    r3603 r3641  
    1616 * Author:      The bbPress Community
    1717 * Author URI:  http://bbpress.org
    18  * Version:     2.0.1
     18 * Version:     2.0.2
    1919 * Text Domain: bbpress
    2020 * Domain Path: /bbp-languages/
     
    4949     * @public string bbPress version
    5050     */
    51     public $version = '2.0.1';
     51    public $version = '2.0.2';
    5252
    5353    /**
    5454     * @public string bbPress DB version
    5555     */
    56     public $db_version = '200';
     56    public $db_version = '202';
    5757
    5858    /** Post types ************************************************************/
  • branches/2.0/readme.txt

    r3603 r3641  
    44Requires at least: 3.2.1
    55Tested up to: 3.2.1
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77
    88bbPress is forum software with a twist from the creators of WordPress
     
    2424
    2525== Changelog ==
     26
     27= 2.0.2 =
     28* Fix forum and topic freshness recount
     29* Fix non-admin post editing
     30* Fix topic closing
    2631
    2732= 2.0.1 =
Note: See TracChangeset for help on using the changeset viewer.