Changeset 13025
- Timestamp:
- 07/19/2021 09:04:50 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r13018 r13025 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 9.0.0 -RC118 * Version: 9.0.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/npm-shrinkwrap.json
r13018 r13025 1 1 { 2 2 "name": "buddypress", 3 "version": "9.0.0 -RC1",3 "version": "9.0.0", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 "version": "9.0.0 -RC1",8 "version": "9.0.0", 9 9 "license": "GPL-2.0-or-later", 10 10 "dependencies": { -
trunk/package.json
r13018 r13025 75 75 "url": "https://buddypress.svn.wordpress.org/trunk/" 76 76 }, 77 "version": "9.0.0 -RC1",77 "version": "9.0.0", 78 78 "browserslist": [ 79 79 "extends @wordpress/browserslist-config" -
trunk/src/bp-loader.php
r13018 r13025 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 9.0.0 -RC118 * Version: 9.0.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/src/class-buddypress.php
r13018 r13025 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '9.0.0 -RC1';306 $this->version = '9.0.0'; 307 307 $this->db_version = 12850; 308 308 -
trunk/src/readme.txt
r12963 r13025 6 6 Requires at least: 4.9 7 7 Requires PHP: 5.6 8 Tested up to: 5. 79 Stable tag: 8.0.08 Tested up to: 5.8 9 Stable tag: 9.0.0 10 10 11 11 BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more! … … 126 126 == Upgrade Notice == 127 127 128 = 9.0.0 = 129 See: https://codex.buddypress.org/releases/version-9-0-0/ 130 128 131 = 8.0.0 = 129 132 See: https://codex.buddypress.org/releases/version-8-0-0/ … … 191 194 == Changelog == 192 195 196 = 9.0.0 = 197 See: https://codex.buddypress.org/releases/version-9-0-0/ 198 193 199 = 8.0.0 = 194 200 See: https://codex.buddypress.org/releases/version-8-0-0/
Note: See TracChangeset
for help on using the changeset viewer.