Changeset 12472
- Timestamp:
- 10/05/2019 05:20:03 AM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/Gruntfile.js
r12451 r12472 330 330 }, 331 331 rest_api: { 332 command: 'svn export --force https://github.com/buddypress/BP-REST.git/ trunkbp-rest',332 command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.1 bp-rest', 333 333 cwd: BUILD_DIR, 334 334 stdout: false -
branches/5.0/bp-loader.php
r12468 r12472 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 5. 0.018 * Version: 5.1.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/5.0/npm-shrinkwrap.json
r12468 r12472 1 1 { 2 2 "name": "buddypress", 3 "version": "5. 0.0",3 "version": "5.1.0-alpha", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/5.0/package.json
r12468 r12472 53 53 "url": "https://buddypress.svn.wordpress.org/trunk/" 54 54 }, 55 "version": "5. 0.0",55 "version": "5.1.0-alpha", 56 56 "dependencies": {}, 57 57 "browserslist": [ -
branches/5.0/src/bp-loader.php
r12468 r12472 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 5. 0.018 * Version: 5.1.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/5.0/src/class-buddypress.php
r12468 r12472 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '5. 0.0';306 $this->version = '5.1.0-alpha'; 307 307 $this->db_version = 12385; 308 308
Note: See TracChangeset
for help on using the changeset viewer.