Skip to:
Content

BuddyPress.org

Changeset 13077


Ignore:
Timestamp:
08/17/2021 11:04:30 PM (3 years ago)
Author:
dcavins
Message:

8.0.2 version bumps.

Location:
branches/8.0
Files:
6 edited

Legend:

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

    r13064 r13077  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     8.0.1
     18 * Version:     8.0.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/8.0/npm-shrinkwrap.json

    r13064 r13077  
    11{
    22    "name": "buddypress",
    3     "version": "8.0.1",
     3    "version": "8.0.2",
    44    "lockfileVersion": 2,
    55    "requires": true,
    66    "packages": {
    77        "": {
    8             "name": "buddypress",
    9             "version": "8.0.1",
     8            "version": "8.0.2",
    109            "license": "GPL-2.0-or-later",
    1110            "dependencies": {
  • branches/8.0/package.json

    r13064 r13077  
    7070        "url": "https://buddypress.svn.wordpress.org/trunk/"
    7171    },
    72     "version": "8.0.1",
     72    "version": "8.0.2",
    7373    "browserslist": [
    7474        "extends @wordpress/browserslist-config"
  • branches/8.0/src/bp-loader.php

    r13064 r13077  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     8.0.1
     18 * Version:     8.0.2
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/8.0/src/class-buddypress.php

    r13064 r13077  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '8.0.1';
     306        $this->version    = '8.0.2';
    307307        $this->db_version = 12850;
    308308
  • branches/8.0/src/readme.txt

    r13064 r13077  
    77Requires PHP: 5.6
    88Tested up to: 5.7
    9 Stable tag: 8.0.1
     9Stable tag: 8.0.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.