Changeset 12658
- Timestamp:
- 05/17/2020 10:00:24 AM (5 years ago)
- Location:
- branches/6.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/Gruntfile.js
r12642 r12658 323 323 }, 324 324 rest_api: { 325 command: 'svn export --force https://github.com/buddypress/BP-REST.git/ trunkbp-rest',325 command: 'svn export --force https://github.com/buddypress/BP-REST.git/branches/0.2 bp-rest', 326 326 cwd: BUILD_DIR, 327 327 stdout: false -
branches/6.0/bp-loader.php
r12652 r12658 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6. 0.018 * Version: 6.1.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/npm-shrinkwrap.json
r12653 r12658 1 1 { 2 2 "name": "buddypress", 3 "version": "6. 0.0",3 "version": "6.1.0-alpha", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/6.0/package.json
r12652 r12658 63 63 "url": "https://buddypress.svn.wordpress.org/trunk/" 64 64 }, 65 "version": "6. 0.0",65 "version": "6.1.0-alpha", 66 66 "browserslist": [ 67 67 "extends @wordpress/browserslist-config" -
branches/6.0/src/bp-loader.php
r12652 r12658 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6. 0.018 * Version: 6.1.0-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/src/class-buddypress.php
r12652 r12658 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '6. 0.0';306 $this->version = '6.1.0-alpha'; 307 307 $this->db_version = 12385; 308 308
Note: See TracChangeset
for help on using the changeset viewer.