Skip to:
Content

BuddyPress.org

Changeset 12830


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

7.1.0 version bumps (branch 7.0)

Location:
branches/7.0
Files:
6 edited

Legend:

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

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

    r12818 r12830  
    11{
    22    "name": "buddypress",
    3     "version": "7.0.0",
     3    "version": "7.1.0",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/7.0/package.json

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

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

    r12818 r12830  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '7.0.0';
     306        $this->version    = '7.1.0';
    307307        $this->db_version = 12385;
    308308
  • branches/7.0/src/readme.txt

    r12818 r12830  
    77Requires PHP: 5.6
    88Tested up to: 5.6
    9 Stable tag: 7.0.0
     9Stable tag: 7.1.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.1.0 =
     129See: https://codex.buddypress.org/releases/version-7-1-0/
     130
    128131= 7.0.0 =
    129132See: https://codex.buddypress.org/releases/version-7-0-0/
     
    176179== Changelog ==
    177180
     181= 7.1.0 =
     182See: https://codex.buddypress.org/releases/version-7-1-0/
     183
    178184= 7.0.0 =
    179185See: https://codex.buddypress.org/releases/version-7-0-0/
Note: See TracChangeset for help on using the changeset viewer.