Changeset 13606
- Timestamp:
- 10/17/2023 05:22:52 PM (3 years ago)
- Location:
- branches/9.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/9.0/bp-loader.php
r13568 r13606 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 9.2. 118 * Version: 9.2.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/9.0/npm-shrinkwrap.json
r13568 r13606 1 1 { 2 2 "name": "buddypress", 3 "version": "9.2. 1",3 "version": "9.2.2", 4 4 "lockfileVersion": 2, 5 5 "requires": true, -
branches/9.0/package.json
r13568 r13606 75 75 "url": "https://buddypress.svn.wordpress.org/trunk/" 76 76 }, 77 "version": "9.2. 1",77 "version": "9.2.2", 78 78 "browserslist": [ 79 79 "extends @wordpress/browserslist-config" -
branches/9.0/src/bp-loader.php
r13568 r13606 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 9.2. 118 * Version: 9.2.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/9.0/src/class-buddypress.php
r13568 r13606 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '9.2. 1';306 $this->version = '9.2.2'; 307 307 $this->db_version = 12850; 308 308 -
branches/9.0/src/readme.txt
r13568 r13606 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.8 9 Stable tag: 9.2. 19 Stable tag: 9.2.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.