Skip to:
Content

BuddyPress.org

Changeset 9910


Ignore:
Timestamp:
06/03/2015 08:24:40 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 2.3.0 and database version to latest revision.

Also includes release related updates to readme.txt.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r9892 r9910  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.3.0-rc
     18 * Version:     2.3.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/bp-loader.php

    r9892 r9910  
    1515 * Author:      The BuddyPress Community
    1616 * Author URI:  https://buddypress.org/
    17  * Version:     2.3.0-rc
     17 * Version:     2.3.0
    1818 * Text Domain: buddypress
    1919 * Domain Path: /bp-languages/
     
    310310        /** Versions **********************************************************/
    311311
    312         $this->version    = '2.3.0-rc';
    313         $this->db_version = 9848;
     312        $this->version    = '2.3.0';
     313        $this->db_version = 9909;
    314314
    315315        /** Loading ***********************************************************/
  • trunk/src/readme.txt

    r9869 r9910  
    11=== BuddyPress ===
    2 Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins,
     2Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla
    33Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
    44Requires at least: 3.6
    55Tested up to: 4.2
    6 Stable tag: 2.2.3.1
     6Stable tag: 2.3.0
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.3.0 =
     122See: https://codex.buddypress.org/releases/version-2-3-0/
     123
    121124= 2.2.3.1 =
    122125See: https://codex.buddypress.org/releases/version-2-2-3-1/
Note: See TracChangeset for help on using the changeset viewer.