Changeset 47670
- Timestamp:
- 04/29/2020 05:55:35 PM (9 months ago)
- Location:
- branches/5.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/package-lock.json
r46923 r47670 1 1 { 2 2 "name": "WordPress", 3 "version": "5.0. 8",3 "version": "5.0.9", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/5.0/package.json
r46923 r47670 1 1 { 2 2 "name": "WordPress", 3 "version": "5.0. 8",3 "version": "5.0.9", 4 4 "description": "WordPress is web software you can use to create a beautiful website or blog.", 5 5 "repository": { -
branches/5.0/src/wp-includes/version.php
r46923 r47670 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '5.0. 8-src';7 $wp_version = '5.0.9-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.