Changeset 14085
- Timestamp:
- 11/25/2024 03:54:46 PM (3 months ago)
- Location:
- branches/14.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/bp-loader.php
r14051 r14085 22 22 * Requires PHP: 5.6 23 23 * Requires at least: 6.1 24 * Version: 14. 2.124 * Version: 14.3.0 25 25 */ 26 26 -
branches/14.0/npm-shrinkwrap.json
r14051 r14085 1 1 { 2 2 "name": "buddypress", 3 "version": "14. 2.1",3 "version": "14.3.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "buddypress", 9 "version": "14. 2.1",9 "version": "14.3.0", 10 10 "license": "GPL-2.0-or-later", 11 11 "devDependencies": { -
branches/14.0/package.json
r14051 r14085 76 76 "url": "https://buddypress.svn.wordpress.org/trunk/" 77 77 }, 78 "version": "14. 2.1",78 "version": "14.3.0", 79 79 "browserslist": [ 80 80 "extends @wordpress/browserslist-config" -
branches/14.0/src/bp-loader.php
r14051 r14085 22 22 * Requires PHP: 5.6 23 23 * Requires at least: 6.1 24 * Version: 14. 2.124 * Version: 14.3.0 25 25 */ 26 26 -
branches/14.0/src/class-buddypress.php
r14060 r14085 461 461 /** Versions */ 462 462 463 $this->version = '14. 2.1';463 $this->version = '14.3.0'; 464 464 $this->db_version = 13906; 465 465 -
branches/14.0/src/readme.txt
r14084 r14085 7 7 Requires PHP: 5.6 8 8 Requires at least: 6.1 9 Stable tag: 14.2.110 9 Tested up to: 6.7 10 Stable tag: 14.3.0 11 11 12 12 Get together safely, in your own way, in WordPress. … … 131 131 == Upgrade Notice == 132 132 133 = 14.3.0 = 134 See: https://codex.buddypress.org/releases/version-14-3-0/ 135 133 136 = 14.2.1 = 134 137 See: https://codex.buddypress.org/releases/version-14-2-1/
Note: See TracChangeset
for help on using the changeset viewer.