Skip to:
Content

BuddyPress.org

Changeset 12505


Ignore:
Timestamp:
12/09/2019 08:03:12 PM (6 years ago)
Author:
imath
Message:

5.1.0 version bumps

Location:
branches/5.0
Files:
6 edited

Legend:

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

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

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

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

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

    r12493 r12505  
    304304        /** Versions **********************************************************/
    305305
    306         $this->version    = '5.1.0-beta1';
     306        $this->version    = '5.1.0';
    307307        $this->db_version = 12385;
    308308
  • branches/5.0/src/readme.txt

    r12478 r12505  
    33Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet
    44Requires at least: 4.7
    5 Tested up to: 5.2
     5Tested up to: 5.3
    66Requires PHP: 5.3
    7 Stable tag: 5.0.0
     7Stable tag: 5.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    126126== Upgrade Notice ==
    127127
     128= 5.1.0 =
     129See: https://codex.buddypress.org/releases/version-5-1-0/
     130
    128131= 5.0.0 =
    129132See: https://codex.buddypress.org/releases/version-5-0-0/
     
    146149== Changelog ==
    147150
     151= 5.1.0 =
     152See: https://codex.buddypress.org/releases/version-5-1-0/
     153
    148154= 5.0.0 =
    149155See: https://codex.buddypress.org/releases/version-5-0-0/
Note: See TracChangeset for help on using the changeset viewer.