Changeset 12710
- Timestamp:
- 08/29/2020 09:49:05 AM (4 years ago)
- Location:
- branches/6.0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/bp-loader.php
r12700 r12710 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6. 2.018 * Version: 6.3.0-beta 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/package.json
r12700 r12710 63 63 "url": "https://buddypress.svn.wordpress.org/trunk/" 64 64 }, 65 "version": "6. 2.0",65 "version": "6.3.0-beta", 66 66 "browserslist": [ 67 67 "extends @wordpress/browserslist-config" -
branches/6.0/src/bp-loader.php
r12700 r12710 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6. 2.018 * Version: 6.3.0-beta 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/src/class-buddypress.php
r12700 r12710 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '6. 2.0';306 $this->version = '6.3.0-beta'; 307 307 $this->db_version = 12385; 308 308 -
branches/6.0/src/readme.txt
r12700 r12710 2 2 Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp 3 3 Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet 4 Requires at least: 4.85 Tested up to: 5.5.06 Requires PHP: 5.67 Stable tag: 6.2.08 4 License: GPLv2 or later 9 5 License URI: https://www.gnu.org/licenses/gpl-2.0.html 6 Requires at least: 4.8 7 Requires PHP: 5.6 8 Tested up to: 5.5 9 Stable tag: 6.2.0 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.