Skip to:
Content

bbPress.org

Changeset 3603


Ignore:
Timestamp:
11/13/2011 08:17:16 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Bump branch to 2.0.1. Update readme.txt and remove hard-coded version reference from bbp-extend-akismet.php.

Location:
branches/2.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/bbp-includes/bbp-extend-akismet.php

    r3505 r3603  
    576576     *
    577577     * This code is directly taken from the akismet_http_post() function and
    578      * documented to bbPress 2.0 standard.
     578     * documented to bbPress standard.
    579579     *
    580580     * @since bbPress (r3466)
  • branches/2.0/bbpress.php

    r3536 r3603  
    1616 * Author:      The bbPress Community
    1717 * Author URI:  http://bbpress.org
    18  * Version:     2.0
     18 * Version:     2.0.1
    1919 * Text Domain: bbpress
    2020 * Domain Path: /bbp-languages/
     
    4949     * @public string bbPress version
    5050     */
    51     public $version = '2.0';
     51    public $version = '2.0.1';
    5252
    5353    /**
  • branches/2.0/readme.txt

    r3536 r3603  
    44Requires at least: 3.2.1
    55Tested up to: 3.2.1
    6 Stable tag: 2.0
     6Stable tag: 2.0.1
    77
    88bbPress is forum software with a twist from the creators of WordPress
     
    2424
    2525== Changelog ==
     26
     27= 2.0.1 =
     28* Fix anonymous post editing bug
    2629
    2730= 2.0 =
Note: See TracChangeset for help on using the changeset viewer.