Changeset 13077
- Timestamp:
- 08/17/2021 11:04:30 PM (3 years ago)
- Location:
- branches/8.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/8.0/bp-loader.php
r13064 r13077 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 8.0. 118 * Version: 8.0.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/8.0/npm-shrinkwrap.json
r13064 r13077 1 1 { 2 2 "name": "buddypress", 3 "version": "8.0. 1",3 "version": "8.0.2", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 "name": "buddypress", 9 "version": "8.0.1", 8 "version": "8.0.2", 10 9 "license": "GPL-2.0-or-later", 11 10 "dependencies": { -
branches/8.0/package.json
r13064 r13077 70 70 "url": "https://buddypress.svn.wordpress.org/trunk/" 71 71 }, 72 "version": "8.0. 1",72 "version": "8.0.2", 73 73 "browserslist": [ 74 74 "extends @wordpress/browserslist-config" -
branches/8.0/src/bp-loader.php
r13064 r13077 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 8.0. 118 * Version: 8.0.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/8.0/src/class-buddypress.php
r13064 r13077 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '8.0. 1';306 $this->version = '8.0.2'; 307 307 $this->db_version = 12850; 308 308 -
branches/8.0/src/readme.txt
r13064 r13077 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.7 9 Stable tag: 8.0. 19 Stable tag: 8.0.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.