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