Skip to:
Content

BuddyPress.org

Changeset 12721


Ignore:
Timestamp:
09/14/2020 06:21:36 PM (6 years ago)
Author:
imath
Message:

6.3.0 version bumps

Location:
branches/6.0
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0/bp-loader.php

    r12710 r12721  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.3.0-beta
     18 * Version:     6.3.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/npm-shrinkwrap.json

    r12700 r12721  
    11{
    22        "name": "buddypress",
    3         "version": "6.2.0",
     3        "version": "6.3.0",
    44        "lockfileVersion": 1,
    55        "requires": true,
  • branches/6.0/package.json

    r12710 r12721  
    6363                "url": "https://buddypress.svn.wordpress.org/trunk/"
    6464        },
    65         "version": "6.3.0-beta",
     65        "version": "6.3.0",
    6666        "browserslist": [
    6767                "extends @wordpress/browserslist-config"
  • branches/6.0/src/bp-loader.php

    r12710 r12721  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.3.0-beta
     18 * Version:     6.3.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/src/class-buddypress.php

    r12710 r12721  
    304304                /** Versions **********************************************************/
    305305
    306                 $this->version    = '6.3.0-beta';
     306                $this->version    = '6.3.0';
    307307                $this->db_version = 12385;
    308308
  • branches/6.0/src/readme.txt

    r12710 r12721  
    66Requires at least: 4.8
    77Requires PHP: 5.6
    8 Tested up to: 5.5
    9 Stable tag: 6.2.0
     8Tested up to: 5.5.1
     9Stable tag: 6.3.0
    1010
    1111BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
     
    126126== Upgrade Notice ==
    127127
     128= 6.3.0 =
     129See: https://codex.buddypress.org/releases/version-6-3-0/
     130
    128131= 6.2.0 =
    129132See: https://codex.buddypress.org/releases/version-6-2-0/
     
    167170== Changelog ==
    168171
     172= 6.3.0 =
     173See: https://codex.buddypress.org/releases/version-6-3-0/
     174
    169175= 6.2.0 =
    170176See: https://codex.buddypress.org/releases/version-6-2-0/
Note: See TracChangeset for help on using the changeset viewer.