Changeset 13317
- Timestamp:
- 08/17/2022 08:08:55 PM (3 years ago)
- Location:
- branches/10.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/10.0/bp-loader.php
r13282 r13317 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 10. 3.018 * Version: 10.4.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/10.0/npm-shrinkwrap.json
r13282 r13317 1 1 { 2 2 "name": "buddypress", 3 "version": "10. 3.0",3 "version": "10.4.0", 4 4 "lockfileVersion": 2, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "buddypress", 9 "version": "10. 3.0",9 "version": "10.4.0", 10 10 "license": "GPL-2.0-or-later", 11 11 "devDependencies": { -
branches/10.0/package.json
r13282 r13317 79 79 "url": "https://buddypress.svn.wordpress.org/trunk/" 80 80 }, 81 "version": "10. 3.0",81 "version": "10.4.0", 82 82 "browserslist": [ 83 83 "extends @wordpress/browserslist-config" -
branches/10.0/src/bp-loader.php
r13282 r13317 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 10. 3.018 * Version: 10.4.0 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/10.0/src/class-buddypress.php
r13282 r13317 350 350 /** Versions */ 351 351 352 $this->version = '10. 3.0';352 $this->version = '10.4.0'; 353 353 $this->db_version = 13165; 354 354 -
branches/10.0/src/readme.txt
r13282 r13317 7 7 Requires at least: 5.4 8 8 Tested up to: 6.0 9 Stable tag: 10. 3.09 Stable tag: 10.4.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 = 10.4.0 = 129 See: https://codex.buddypress.org/releases/version-10-4-0/ 130 128 131 = 10.3.0 = 129 132 See: https://codex.buddypress.org/releases/version-10-3-0/ … … 197 200 == Changelog == 198 201 202 = 10.4.0 = 203 See: https://codex.buddypress.org/releases/version-10-4-0/ 204 199 205 = 10.3.0 = 200 206 See: https://codex.buddypress.org/releases/version-10-3-0/
Note: See TracChangeset
for help on using the changeset viewer.