Skip to:
Content

BuddyPress.org

Changeset 13604


Ignore:
Timestamp:
10/17/2023 05:19:50 PM (21 months ago)
Author:
imath
Message:

8.0.4 version bumps (Branch 8.0)

Location:
branches/8.0
Files:
6 edited

Legend:

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

    r13566 r13604  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     8.0.3
     18 * Version:     8.0.4
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/8.0/npm-shrinkwrap.json

    r13566 r13604  
    11{
    22    "name": "buddypress",
    3     "version": "8.0.3",
     3    "version": "8.0.4",
    44    "lockfileVersion": 2,
    55    "requires": true,
  • branches/8.0/package.json

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

    r13566 r13604  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     8.0.3
     18 * Version:     8.0.4
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/8.0/src/class-buddypress.php

    r13566 r13604  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '8.0.3';
     306        $this->version    = '8.0.4';
    307307        $this->db_version = 12850;
    308308
  • branches/8.0/src/readme.txt

    r13566 r13604  
    77Requires PHP: 5.6
    88Tested up to: 5.7
    9 Stable tag: 8.0.3
     9Stable tag: 8.0.4
    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.