Changeset 13071
- Timestamp:
- 08/17/2021 10:35:04 PM (4 years ago)
- Location:
- branches/6.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/bp-loader.php
r13058 r13071 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6.4. 118 * Version: 6.4.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/npm-shrinkwrap.json
r13058 r13071 1 1 { 2 2 "name": "buddypress", 3 "version": "6.4. 1",3 "version": "6.4.2", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 "name": "buddypress", 9 "version": "6.4.1", 8 "version": "6.4.2", 10 9 "license": "GPL-2.0-or-later", 11 10 "devDependencies": { -
branches/6.0/package.json
r13058 r13071 64 64 "url": "https://buddypress.svn.wordpress.org/trunk/" 65 65 }, 66 "version": "6.4. 1",66 "version": "6.4.2", 67 67 "browserslist": [ 68 68 "extends @wordpress/browserslist-config" -
branches/6.0/src/bp-loader.php
r13058 r13071 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6.4. 118 * Version: 6.4.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/src/class-buddypress.php
r13058 r13071 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '6.4. 1';306 $this->version = '6.4.2'; 307 307 $this->db_version = 12385; 308 308 -
branches/6.0/src/readme.txt
r13058 r13071 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.5.3 9 Stable tag: 6.4. 19 Stable tag: 6.4.2 10 10 11 11 BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
Note: See TracChangeset
for help on using the changeset viewer.