Skip to:
Content

BuddyPress.org

Changeset 10896


Ignore:
Timestamp:
06/22/2016 11:25:40 PM (9 years ago)
Author:
dcavins
Message:

BuddyPress 2.6.0

Bump versions to 2.6.0.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r10886 r10896  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
    18  * Version:     2.6.0-rc1
     18 * Version:     2.6.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/package.json

    r10886 r10896  
    4747    "url": "https://buddypress.svn.wordpress.org/trunk/"
    4848  },
    49   "version": "2.6.0-rc1"
     49  "version": "2.6.0"
    5050}
  • trunk/src/bp-loader.php

    r10886 r10896  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     2.6.0-rc1
     18 * Version:     2.6.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
     
    331331        /** Versions **********************************************************/
    332332
    333         $this->version    = '2.6.0-rc1';
     333        $this->version    = '2.6.0';
    334334        $this->db_version = 10469;
    335335
  • trunk/src/readme.txt

    r10700 r10896  
    33Tags: social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
    44Requires at least: 4.1
    5 Tested up to: 4.5
    6 Stable tag: 2.5.1
     5Tested up to: 4.5.3
     6Stable tag: 2.6.0
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    119119== Upgrade Notice ==
    120120
     121= 2.6.0 =
     122See: https://codex.buddypress.org/releases/version-2-6-0/
     123
     124= 2.5.3 =
     125See: https://codex.buddypress.org/releases/version-2-5-3/
     126
     127= 2.5.2 =
     128See: https://codex.buddypress.org/releases/version-2-5-2/
     129
    121130= 2.5.1 =
    122131See: https://codex.buddypress.org/releases/version-2-5-1/
     
    247256== Changelog ==
    248257
     258= 2.6.0 =
     259See: https://codex.buddypress.org/releases/version-2-6-0/
     260
     261= 2.5.3 =
     262See: https://codex.buddypress.org/releases/version-2-5-3/
     263
     264= 2.5.2 =
     265See: https://codex.buddypress.org/releases/version-2-5-2/
     266
    249267= 2.5.1 =
    250268See: https://codex.buddypress.org/releases/version-2-5-1/
Note: See TracChangeset for help on using the changeset viewer.