Skip to:
Content

BuddyPress.org

Ticket #7899: 7899.patch

File 7899.patch, 2.4 KB (added by mercime, 6 years ago)
  • trunk/bp-loader.php

     
    1515 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     3.0.0
     18 * Version:     4.0.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
    2121 * License:     GPLv2 or later (license.txt)
  • trunk/npm-shrinkwrap.json

     
    11{
    22        "name": "buddypress",
    3         "version": "3.0.0",
     3        "version": "4.0.0-alpha",
    44        "lockfileVersion": 1,
    55        "requires": true,
    66        "dependencies": {
  • trunk/package.json

     
    5151                "type": "svn",
    5252                "url": "https://buddypress.svn.wordpress.org/trunk/"
    5353        },
    54         "version": "3.0.0",
     54        "version": "4.0.0-alpha",
    5555        "dependencies": {},
    5656        "browserslist": [
    5757                "extends @wordpress/browserslist-config"
  • trunk/src/bp-loader.php

     
    1515 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
    18  * Version:     3.0.0
     18 * Version:     4.0.0-alpha
    1919 * Text Domain: buddypress
    2020 * Domain Path: /bp-languages/
    2121 * License:     GPLv2 or later (license.txt)
  • trunk/src/class-buddypress.php

     
    303303
    304304                /** Versions **********************************************************/
    305305
    306                 $this->version    = '3.0.0';
     306                $this->version    = '4.0.0-alpha';
    307307                $this->db_version = 11105;
    308308
    309309                /** Loading ***********************************************************/