Skip to:
Content

bbPress.org

Changeset 3536


Ignore:
Timestamp:
09/21/2011 06:21:39 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Bump plugin version to 2.0

Location:
branches/plugin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/functions.php

    r3507 r3536  
    6464
    6565        // Version of theme in YYYMMDD format
    66         $this->version = '20110912';
     66        $this->version = '20110921';
    6767
    6868        // Setup the theme path
  • branches/plugin/bbpress.php

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

    r3510 r3536  
    44Requires at least: 3.2.1
    55Tested up to: 3.2.1
    6 Stable tag: 2.0-rc-5
     6Stable tag: 2.0
    77
    88bbPress is forum software with a twist from the creators of WordPress
     
    2424
    2525== Changelog ==
     26
     27= 2.0 =
     28* Released on September 21, 2011
    2629
    2730= 2.0-rc-5 =
Note: See TracChangeset for help on using the changeset viewer.