Changeset 12673
- Timestamp:
- 07/01/2020 12:30:45 AM (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
r12658 r12673 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6.1.0 -alpha18 * Version: 6.1.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/npm-shrinkwrap.json
r12658 r12673 1 1 { 2 2 "name": "buddypress", 3 "version": "6.1.0 -alpha",3 "version": "6.1.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/6.0/package.json
r12658 r12673 63 63 "url": "https://buddypress.svn.wordpress.org/trunk/" 64 64 }, 65 "version": "6.1.0 -alpha",65 "version": "6.1.0", 66 66 "browserslist": [ 67 67 "extends @wordpress/browserslist-config" -
branches/6.0/src/bp-loader.php
r12658 r12673 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 6.1.0 -alpha18 * Version: 6.1.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/6.0/src/class-buddypress.php
r12658 r12673 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '6.1.0 -alpha';306 $this->version = '6.1.0'; 307 307 $this->db_version = 12385; 308 308 -
branches/6.0/src/readme.txt
r12652 r12673 3 3 Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet 4 4 Requires at least: 4.8 5 Tested up to: 5.4. 15 Tested up to: 5.4.2 6 6 Requires PHP: 5.6 7 Stable tag: 6. 0.07 Stable tag: 6.1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 126 126 == Upgrade Notice == 127 127 128 = 6.1.0 = 129 See: https://codex.buddypress.org/releases/version-6-1-0/ 130 128 131 = 6.0.0 = 129 132 See: https://codex.buddypress.org/releases/version-6-0-0/ … … 161 164 == Changelog == 162 165 166 = 6.1.0 = 167 See: https://codex.buddypress.org/releases/version-6-1-0/ 168 163 169 = 6.0.0 = 164 170 See: https://codex.buddypress.org/releases/version-6-0-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)