Skip to:
Content

BuddyPress.org

Changeset 12710


Ignore:
Timestamp:
08/29/2020 09:49:05 AM (4 years ago)
Author:
imath
Message:

Branch 6.0: 6.3.0-beta version bumps

Also applies changes introduced in r12707

Location:
branches/6.0
Files:
5 edited

Legend:

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

    r12700 r12710  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.2.0
     18 * Version:     6.3.0-beta
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/package.json

    r12700 r12710  
    6363        "url": "https://buddypress.svn.wordpress.org/trunk/"
    6464    },
    65     "version": "6.2.0",
     65    "version": "6.3.0-beta",
    6666    "browserslist": [
    6767        "extends @wordpress/browserslist-config"
  • branches/6.0/src/bp-loader.php

    r12700 r12710  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.2.0
     18 * Version:     6.3.0-beta
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/src/class-buddypress.php

    r12700 r12710  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '6.2.0';
     306        $this->version    = '6.3.0-beta';
    307307        $this->db_version = 12385;
    308308
  • branches/6.0/src/readme.txt

    r12700 r12710  
    22Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
    33Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
    4 Requires at least: 4.8
    5 Tested up to: 5.5.0
    6 Requires PHP: 5.6
    7 Stable tag: 6.2.0
    84License: GPLv2 or later
    95License URI: https://www.gnu.org/licenses/gpl-2.0.html
     6Requires at least: 4.8
     7Requires PHP: 5.6
     8Tested up to: 5.5
     9Stable tag: 6.2.0
    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.