Skip to:
Content

BuddyPress.org

Changeset 12472


Ignore:
Timestamp:
10/05/2019 05:20:03 AM (6 years ago)
Author:
imath
Message:

Bump 5.0 branch versions to 5.1.0-alpha

Update the exec:rest_api Grunt task of the 5.0 branch so that it builds the BP REST API with the 0.1 branch of the BP REST plugin.

Location:
branches/5.0
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/Gruntfile.js

    r12451 r12472  
    330330            },
    331331            rest_api: {
    332                 command: 'svn export --force https://github.com/buddypress/BP-REST.git/trunk bp-rest',
     332                command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.1 bp-rest',
    333333                cwd: BUILD_DIR,
    334334                stdout: false
  • branches/5.0/bp-loader.php

    r12468 r12472  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     5.0.0
     18 * Version:     5.1.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/5.0/npm-shrinkwrap.json

    r12468 r12472  
    11{
    22    "name": "buddypress",
    3     "version": "5.0.0",
     3    "version": "5.1.0-alpha",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/5.0/package.json

    r12468 r12472  
    5353        "url": "https://buddypress.svn.wordpress.org/trunk/"
    5454    },
    55     "version": "5.0.0",
     55    "version": "5.1.0-alpha",
    5656    "dependencies": {},
    5757    "browserslist": [
  • branches/5.0/src/bp-loader.php

    r12468 r12472  
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     5.0.0
     18 * Version:     5.1.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
  • branches/5.0/src/class-buddypress.php

    r12468 r12472  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '5.0.0';
     306        $this->version    = '5.1.0-alpha';
    307307        $this->db_version = 12385;
    308308
Note: See TracChangeset for help on using the changeset viewer.