Changeset 12818
- Timestamp:
- 12/10/2020 08:57:33 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r12816 r12818 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 7.0.0 -RC218 * Version: 7.0.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/npm-shrinkwrap.json
r12816 r12818 1 1 { 2 2 "name": "buddypress", 3 "version": "7.0.0 -RC2",3 "version": "7.0.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
trunk/package.json
r12816 r12818 70 70 "url": "https://buddypress.svn.wordpress.org/trunk/" 71 71 }, 72 "version": "7.0.0 -RC2",72 "version": "7.0.0", 73 73 "browserslist": [ 74 74 "extends @wordpress/browserslist-config" -
trunk/src/bp-loader.php
r12816 r12818 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 7.0.0 -RC218 * Version: 7.0.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
trunk/src/class-buddypress.php
r12816 r12818 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '7.0.0 -RC2';306 $this->version = '7.0.0'; 307 307 $this->db_version = 12385; 308 308 -
trunk/src/readme.txt
r12811 r12818 6 6 Requires at least: 4.9 7 7 Requires PHP: 5.6 8 Tested up to: 5. 59 Stable tag: 6.4.08 Tested up to: 5.6 9 Stable tag: 7.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 = 7.0.0 = 129 See: https://codex.buddypress.org/releases/version-7-0-0/ 130 128 131 = 6.4.0 = 129 132 See: https://codex.buddypress.org/releases/version-6-4-0/ … … 173 176 == Changelog == 174 177 178 = 7.0.0 = 179 See: https://codex.buddypress.org/releases/version-7-0-0/ 180 175 181 = 6.4.0 = 176 182 See: https://codex.buddypress.org/releases/version-6-4-0/
Note: See TracChangeset
for help on using the changeset viewer.