Skip to:
Content

BuddyPress.org

Changeset 12818


Ignore:
Timestamp:
12/10/2020 08:57:33 PM (4 years ago)
Author:
imath
Message:

7.0.0 version bumps

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r12816 r12818  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.0.0-RC2
     18 * Version:     7.0.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/npm-shrinkwrap.json

    r12816 r12818  
    11{
    22    "name": "buddypress",
    3     "version": "7.0.0-RC2",
     3    "version": "7.0.0",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • trunk/package.json

    r12816 r12818  
    7070        "url": "https://buddypress.svn.wordpress.org/trunk/"
    7171    },
    72     "version": "7.0.0-RC2",
     72    "version": "7.0.0",
    7373    "browserslist": [
    7474        "extends @wordpress/browserslist-config"
  • trunk/src/bp-loader.php

    r12816 r12818  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     7.0.0-RC2
     18 * Version:     7.0.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • trunk/src/class-buddypress.php

    r12816 r12818  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '7.0.0-RC2';
     306        $this->version    = '7.0.0';
    307307        $this->db_version = 12385;
    308308
  • trunk/src/readme.txt

    r12811 r12818  
    66Requires at least: 4.9
    77Requires PHP: 5.6
    8 Tested up to: 5.5
    9 Stable tag: 6.4.0
     8Tested up to: 5.6
     9Stable tag: 7.0.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= 7.0.0 =
     129See: https://codex.buddypress.org/releases/version-7-0-0/
     130
    128131= 6.4.0 =
    129132See: https://codex.buddypress.org/releases/version-6-4-0/
     
    173176== Changelog ==
    174177
     178= 7.0.0 =
     179See: https://codex.buddypress.org/releases/version-7-0-0/
     180
    175181= 6.4.0 =
    176182See: https://codex.buddypress.org/releases/version-6-4-0/
Note: See TracChangeset for help on using the changeset viewer.