Skip to:
Content

BuddyPress.org

Changeset 13352


Ignore:
Timestamp:
10/31/2022 04:49:04 PM (2 years ago)
Author:
imath
Message:

10.6.0 version bumps (branch 10.0)

Location:
branches/10.0
Files:
6 edited

Legend:

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

    r13347 r13352  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     10.5.0
     18 * Version:     10.6.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/10.0/npm-shrinkwrap.json

    r13347 r13352  
    11{
    22    "name": "buddypress",
    3     "version": "10.5.0",
     3    "version": "10.6.0",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/10.0/package.json

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

    r13347 r13352  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     10.5.0
     18 * Version:     10.6.0
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/10.0/src/class-buddypress.php

    r13347 r13352  
    350350        /** Versions */
    351351
    352         $this->version    = '10.5.0';
     352        $this->version    = '10.6.0';
    353353        $this->db_version = 13165;
    354354
  • branches/10.0/src/readme.txt

    r13347 r13352  
    77Requires at least: 5.4
    88Tested up to:      6.1
    9 Stable tag:        10.5.0
     9Stable tag:        10.6.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.6.0 =
     129See: https://codex.buddypress.org/releases/version-10-6-0/
     130
    128131= 10.5.0 =
    129132See: https://codex.buddypress.org/releases/version-10-5-0/
     
    203206== Changelog ==
    204207
     208= 10.6.0 =
     209See: https://codex.buddypress.org/releases/version-10-6-0/
     210
    205211= 10.5.0 =
    206212See: https://codex.buddypress.org/releases/version-10-5-0/
Note: See TracChangeset for help on using the changeset viewer.