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