Changeset 50180
- Timestamp:
- 02/03/2021 09:32:47 PM (2 years ago)
- Location:
- branches/5.6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6/package-lock.json
r50061 r50180 1 1 { 2 2 "name": "WordPress", 3 "version": "5.6. 1",3 "version": "5.6.2", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/5.6/package.json
r50061 r50180 1 1 { 2 2 "name": "WordPress", 3 "version": "5.6. 1",3 "version": "5.6.2", 4 4 "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", 5 5 "repository": { -
branches/5.6/src/wp-includes/version.php
r50178 r50180 14 14 * @global string $wp_version 15 15 */ 16 $wp_version = '5.6. 1-src';16 $wp_version = '5.6.2-alpha-50180-src'; 17 17 18 18 /**
Note: See TracChangeset
for help on using the changeset viewer.