Changeset 13074
- Timestamp:
- 08/17/2021 10:52:41 PM (4 years ago)
- Location:
- branches/7.0
- Files:
-
- 6 edited
-
bp-loader.php (modified) (1 diff)
-
npm-shrinkwrap.json (modified) (5 diffs)
-
package.json (modified) (1 diff)
-
src/bp-loader.php (modified) (1 diff)
-
src/class-buddypress.php (modified) (1 diff)
-
src/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0/bp-loader.php
r13061 r13074 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 7.3. 118 * Version: 7.3.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/7.0/npm-shrinkwrap.json
r13061 r13074 1 1 { 2 2 "name": "buddypress", 3 "version": "7.3. 1",3 "version": "7.3.2", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 "name": "buddypress", 9 "version": "7.3.1", 8 "version": "7.3.2", 10 9 "license": "GPL-2.0-or-later", 11 10 "dependencies": { … … 6235 6234 "integrity": "sha512-oh3MRktfnPlLysCPpBpKZZzb4cUC/p0aA3SyRGp15lN30juJBTo/CiD0d4fR+f1kBtUQoJj1NE9RPNWQ7BQ9Mg==", 6236 6235 "dev": true, 6236 "hasInstallScript": true, 6237 6237 "dependencies": { 6238 6238 "bindings": "^1.5.0", … … 7479 7479 "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", 7480 7480 "dev": true, 7481 "hasInstallScript": true, 7481 7482 "optional": true, 7482 7483 "dependencies": { … … 10705 10706 "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", 10706 10707 "dev": true, 10708 "hasInstallScript": true, 10707 10709 "dependencies": { 10708 10710 "async-foreach": "^0.1.3", … … 10765 10767 "integrity": "sha512-l9l2zhcJ0V7FYzPdXIsuJcXN8UnLuhQgM+377HJfCYE/eupL/OWtMVvUOq42F9dRsgC3bAYH9j2Xbwr0lpYVZQ==", 10766 10768 "dev": true, 10769 "hasInstallScript": true, 10767 10770 "dependencies": { 10768 10771 "fs-extra": "^7.0.0", -
branches/7.0/package.json
r13061 r13074 70 70 "url": "https://buddypress.svn.wordpress.org/trunk/" 71 71 }, 72 "version": "7.3. 1",72 "version": "7.3.2", 73 73 "browserslist": [ 74 74 "extends @wordpress/browserslist-config" -
branches/7.0/src/bp-loader.php
r13061 r13074 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 7.3. 118 * Version: 7.3.2 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/7.0/src/class-buddypress.php
r13061 r13074 304 304 /** Versions **********************************************************/ 305 305 306 $this->version = '7.3. 1';306 $this->version = '7.3.2'; 307 307 $this->db_version = 12385; 308 308 -
branches/7.0/src/readme.txt
r13061 r13074 7 7 Requires PHP: 5.6 8 8 Tested up to: 5.7 9 Stable tag: 7.3. 19 Stable tag: 7.3.2 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.