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