Skip to:
Content

BuddyPress.org

Changeset 13071


Ignore:
Timestamp:
08/17/2021 10:35:04 PM (4 years ago)
Author:
dcavins
Message:

6.4.2 version bumps.

Location:
branches/6.0
Files:
6 edited

Legend:

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

    r13058 r13071  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.4.1
     18 * Version:     6.4.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/npm-shrinkwrap.json

    r13058 r13071  
    11{
    22    "name": "buddypress",
    3     "version": "6.4.1",
     3    "version": "6.4.2",
    44    "lockfileVersion": 2,
    55    "requires": true,
    66    "packages": {
    77        "": {
    8             "name": "buddypress",
    9             "version": "6.4.1",
     8            "version": "6.4.2",
    109            "license": "GPL-2.0-or-later",
    1110            "devDependencies": {
  • branches/6.0/package.json

    r13058 r13071  
    6464        "url": "https://buddypress.svn.wordpress.org/trunk/"
    6565    },
    66     "version": "6.4.1",
     66    "version": "6.4.2",
    6767    "browserslist": [
    6868        "extends @wordpress/browserslist-config"
  • branches/6.0/src/bp-loader.php

    r13058 r13071  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.4.1
     18 * Version:     6.4.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/src/class-buddypress.php

    r13058 r13071  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '6.4.1';
     306        $this->version    = '6.4.2';
    307307        $this->db_version = 12385;
    308308
  • branches/6.0/src/readme.txt

    r13058 r13071  
    77Requires PHP: 5.6
    88Tested up to: 5.5.3
    9 Stable tag: 6.4.1
     9Stable tag: 6.4.2
    1010
    1111BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
Note: See TracChangeset for help on using the changeset viewer.