Changeset 12883
- Timestamp:
- 04/14/2021 03:55:34 AM (3 years ago)
- Location:
- branches/7.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0/bp-loader.php
r12864 r12883 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 7. 2.118 * Version: 7.3.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/7.0/npm-shrinkwrap.json
r12864 r12883 1 1 { 2 2 "name": "buddypress", 3 "version": "7. 2.1",3 "version": "7.3.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/7.0/package.json
r12864 r12883 70 70 "url": "https://buddypress.svn.wordpress.org/trunk/" 71 71 }, 72 "version": "7. 2.1",72 "version": "7.3.0", 73 73 "browserslist": [ 74 74 "extends @wordpress/browserslist-config" -
branches/7.0/src/bp-loader.php
r12864 r12883 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 7. 2.118 * Version: 7.3.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/7.0/src/class-buddypress.php
r12864 r12883 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '7. 2.1';306 $this->version = '7.3.0'; 307 307 $this->db_version = 12385; 308 308 -
branches/7.0/src/readme.txt
r12864 r12883 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.7 9 Stable tag: 7. 2.19 Stable tag: 7.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 = 7.3.0 = 129 See: https://codex.buddypress.org/releases/version-7-3-0/ 130 128 131 = 7.2.1 = 129 132 See: https://codex.buddypress.org/releases/version-7-2-1/ … … 185 188 == Changelog == 186 189 190 = 7.3.0 = 191 See: https://codex.buddypress.org/releases/version-7-3-0/ 192 187 193 = 7.2.1 = 188 194 See: https://codex.buddypress.org/releases/version-7-2-1/
Note: See TracChangeset
for help on using the changeset viewer.