Skip to:
Content

BuddyPress.org

Changeset 12493


Ignore:
Timestamp:
11/06/2019 01:12:07 AM (4 years ago)
Author:
imath
Message:

5.1.0-beta1 version bumps

(branch 5.0)

Location:
branches/5.0
Files:
5 edited

Legend:

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

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

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

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

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

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