Skip to:
Content

BuddyPress.org

Changeset 12652


Ignore:
Timestamp:
05/14/2020 09:32:28 PM (6 years ago)
Author:
imath
Message:

6.0.0 version bumps

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r12643 r12652  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.0.0-RC2
     18 * Version:     6.0.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/package.json

    r12643 r12652  
    6363                "url": "https://buddypress.svn.wordpress.org/trunk/"
    6464        },
    65         "version": "6.0.0-RC2",
     65        "version": "6.0.0",
    6666        "browserslist": [
    6767                "extends @wordpress/browserslist-config"
  • trunk/src/bp-loader.php

    r12643 r12652  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.0.0-RC2
     18 * Version:     6.0.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/class-buddypress.php

    r12643 r12652  
    304304                /** Versions **********************************************************/
    305305
    306                 $this->version    = '6.0.0-RC2';
     306                $this->version    = '6.0.0';
    307307                $this->db_version = 12385;
    308308
  • trunk/src/readme.txt

    r12637 r12652  
    33Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
    44Requires at least: 4.8
    5 Tested up to: 5.4
     5Tested up to: 5.4.1
    66Requires PHP: 5.6
    7 Stable tag: 5.2.0
     7Stable tag: 6.0.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    126126== Upgrade Notice ==
    127127
     128= 6.0.0 =
     129See: https://codex.buddypress.org/releases/version-6-0-0/
     130
    128131= 5.2.0 =
    129132See: https://codex.buddypress.org/releases/version-5-2-0/
     
    158161== Changelog ==
    159162
     163= 6.0.0 =
     164See: https://codex.buddypress.org/releases/version-6-0-0/
     165
    160166= 5.2.0 =
    161167See: https://codex.buddypress.org/releases/version-5-2-0/
Note: See TracChangeset for help on using the changeset viewer.