Changeset 13604
- Timestamp:
- 10/17/2023 05:19:50 PM (21 months ago)
- Location:
- branches/8.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/8.0/bp-loader.php
r13566 r13604 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 8.0. 318 * Version: 8.0.4 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/8.0/npm-shrinkwrap.json
r13566 r13604 1 1 { 2 2 "name": "buddypress", 3 "version": "8.0. 3",3 "version": "8.0.4", 4 4 "lockfileVersion": 2, 5 5 "requires": true, -
branches/8.0/package.json
r13566 r13604 70 70 "url": "https://buddypress.svn.wordpress.org/trunk/" 71 71 }, 72 "version": "8.0. 3",72 "version": "8.0.4", 73 73 "browserslist": [ 74 74 "extends @wordpress/browserslist-config" -
branches/8.0/src/bp-loader.php
r13566 r13604 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 8.0. 318 * Version: 8.0.4 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/8.0/src/class-buddypress.php
r13566 r13604 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '8.0. 3';306 $this->version = '8.0.4'; 307 307 $this->db_version = 12850; 308 308 -
branches/8.0/src/readme.txt
r13566 r13604 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.7 9 Stable tag: 8.0. 39 Stable tag: 8.0.4 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.