Ticket #7899: 7899.patch
File 7899.patch, 2.4 KB (added by , 6 years ago) |
---|
-
trunk/bp-loader.php
15 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 3.0.018 * Version: 4.0.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ 21 21 * License: GPLv2 or later (license.txt) -
trunk/npm-shrinkwrap.json
1 1 { 2 2 "name": "buddypress", 3 "version": " 3.0.0",3 "version": "4.0.0-alpha", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": { -
trunk/package.json
51 51 "type": "svn", 52 52 "url": "https://buddypress.svn.wordpress.org/trunk/" 53 53 }, 54 "version": " 3.0.0",54 "version": "4.0.0-alpha", 55 55 "dependencies": {}, 56 56 "browserslist": [ 57 57 "extends @wordpress/browserslist-config" -
trunk/src/bp-loader.php
15 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 3.0.018 * Version: 4.0.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ 21 21 * License: GPLv2 or later (license.txt) -
trunk/src/class-buddypress.php
303 303 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = ' 3.0.0';306 $this->version = '4.0.0-alpha'; 307 307 $this->db_version = 11105; 308 308 309 309 /** Loading ***********************************************************/