Skip to:
Content

BuddyPress.org

Changeset 13245


Ignore:
Timestamp:
02/22/2022 08:25:38 PM (3 years ago)
Author:
imath
Message:

10.1.0 version bumps (branch 10.0)

Location:
branches/10.0
Files:
6 edited

Legend:

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

    r13216 r13245  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     10.0.0
     18 * Version:     10.1.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/10.0/npm-shrinkwrap.json

    r13216 r13245  
    11{
    22    "name": "buddypress",
    3     "version": "10.0.0",
     3    "version": "10.1.0",
    44    "lockfileVersion": 2,
    55    "requires": true,
     
    77        "": {
    88            "name": "buddypress",
    9             "version": "10.0.0",
     9            "version": "10.1.0",
    1010            "license": "GPL-2.0-or-later",
    1111            "devDependencies": {
  • branches/10.0/package.json

    r13216 r13245  
    7979        "url": "https://buddypress.svn.wordpress.org/trunk/"
    8080    },
    81     "version": "10.0.0",
     81    "version": "10.1.0",
    8282    "browserslist": [
    8383        "extends @wordpress/browserslist-config"
  • branches/10.0/src/bp-loader.php

    r13216 r13245  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     10.0.0
     18 * Version:     10.1.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/10.0/src/class-buddypress.php

    r13216 r13245  
    350350        /** Versions */
    351351
    352         $this->version    = '10.0.0';
     352        $this->version    = '10.1.0';
    353353        $this->db_version = 13165;
    354354
  • branches/10.0/src/readme.txt

    r13216 r13245  
    66Requires at least: 5.4
    77Requires PHP: 5.6
    8 Tested up to: 5.8
    9 Stable tag: 10.0.0
     8Tested up to: 5.9
     9Stable tag: 10.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= 10.1.0 =
     129See: https://codex.buddypress.org/releases/version-10-1-0/
     130
    128131= 10.0.0 =
    129132See: https://codex.buddypress.org/releases/version-10-0-0/
     
    188191== Changelog ==
    189192
     193= 10.1.0 =
     194See: https://codex.buddypress.org/releases/version-10-1-0/
     195
    190196= 10.0.0 =
    191197See: https://codex.buddypress.org/releases/version-10-0-0/
Note: See TracChangeset for help on using the changeset viewer.