Skip to:
Content

BuddyPress.org

Changeset 12700


Ignore:
Timestamp:
08/06/2020 08:16:50 PM (4 years ago)
Author:
imath
Message:

6.2.0 version bumps

Location:
branches/6.0
Files:
6 edited

Legend:

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

    r12689 r12700  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.2.0-beta1
     18 * Version:     6.2.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/npm-shrinkwrap.json

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

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

    r12689 r12700  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.2.0-beta1
     18 * Version:     6.2.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/src/class-buddypress.php

    r12689 r12700  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '6.2.0-beta1';
     306        $this->version    = '6.2.0';
    307307        $this->db_version = 12385;
    308308
  • branches/6.0/src/readme.txt

    r12673 r12700  
    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.2
     5Tested up to: 5.5.0
    66Requires PHP: 5.6
    7 Stable tag: 6.1.0
     7Stable tag: 6.2.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    126126== Upgrade Notice ==
    127127
     128= 6.2.0 =
     129See: https://codex.buddypress.org/releases/version-6-2-0/
     130
    128131= 6.1.0 =
    129132See: https://codex.buddypress.org/releases/version-6-1-0/
     
    164167== Changelog ==
    165168
     169= 6.2.0 =
     170See: https://codex.buddypress.org/releases/version-6-2-0/
     171
    166172= 6.1.0 =
    167173See: https://codex.buddypress.org/releases/version-6-1-0/
Note: See TracChangeset for help on using the changeset viewer.