Skip to:
Content

BuddyPress.org

Changeset 12658


Ignore:
Timestamp:
05/17/2020 10:00:24 AM (5 years ago)
Author:
imath
Message:

REST API: make sure branch 6.0 uses the BP REST API 0.2 branch

  • Update the Grunt task so that it gets 0.2 during the build process.
  • 6.1.0-alpha version bumps

The BP REST API 0.2 branch contains the fix for #8299

Prop comminski, r-a-y

Location:
branches/6.0
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0/Gruntfile.js

    r12642 r12658  
    323323            },
    324324            rest_api: {
    325                 command: 'svn export --force https://github.com/buddypress/BP-REST.git/trunk bp-rest',
     325                command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.2 bp-rest',
    326326                cwd: BUILD_DIR,
    327327                stdout: false
  • branches/6.0/bp-loader.php

    r12652 r12658  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.0.0
     18 * Version:     6.1.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/npm-shrinkwrap.json

    r12653 r12658  
    11{
    22    "name": "buddypress",
    3     "version": "6.0.0",
     3    "version": "6.1.0-alpha",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/6.0/package.json

    r12652 r12658  
    6363        "url": "https://buddypress.svn.wordpress.org/trunk/"
    6464    },
    65     "version": "6.0.0",
     65    "version": "6.1.0-alpha",
    6666    "browserslist": [
    6767        "extends @wordpress/browserslist-config"
  • branches/6.0/src/bp-loader.php

    r12652 r12658  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     6.0.0
     18 * Version:     6.1.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/6.0/src/class-buddypress.php

    r12652 r12658  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '6.0.0';
     306        $this->version    = '6.1.0-alpha';
    307307        $this->db_version = 12385;
    308308
Note: See TracChangeset for help on using the changeset viewer.