Changeset 12721
- Timestamp:
- 09/14/2020 06:21:36 PM (6 years ago)
- Location:
- branches/6.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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/bp-loader.php
r12710 r12721 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6.3.0 -beta18 * Version: 6.3.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/npm-shrinkwrap.json
r12700 r12721 1 1 { 2 2 "name": "buddypress", 3 "version": "6. 2.0",3 "version": "6.3.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/6.0/package.json
r12710 r12721 63 63 "url": "https://buddypress.svn.wordpress.org/trunk/" 64 64 }, 65 "version": "6.3.0 -beta",65 "version": "6.3.0", 66 66 "browserslist": [ 67 67 "extends @wordpress/browserslist-config" -
branches/6.0/src/bp-loader.php
r12710 r12721 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6.3.0 -beta18 * Version: 6.3.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/src/class-buddypress.php
r12710 r12721 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '6.3.0 -beta';306 $this->version = '6.3.0'; 307 307 $this->db_version = 12385; 308 308 -
branches/6.0/src/readme.txt
r12710 r12721 6 6 Requires at least: 4.8 7 7 Requires PHP: 5.6 8 Tested up to: 5.5 9 Stable tag: 6. 2.08 Tested up to: 5.5.1 9 Stable tag: 6.3.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 = 6.3.0 = 129 See: https://codex.buddypress.org/releases/version-6-3-0/ 130 128 131 = 6.2.0 = 129 132 See: https://codex.buddypress.org/releases/version-6-2-0/ … … 167 170 == Changelog == 168 171 172 = 6.3.0 = 173 See: https://codex.buddypress.org/releases/version-6-3-0/ 174 169 175 = 6.2.0 = 170 176 See: https://codex.buddypress.org/releases/version-6-2-0/
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)