Make WordPress Core

Changeset 54588

Timestamp:
10/17/2022 07:48:59 PM (22 months ago)
Author:
audrasjb
Message:

5.4.12

Location:
branches/5.4
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4/package-lock.json

    r54574 r54588  
    11{
    22    "name": "WordPress",
    3     "version": "5.4.11",
     3    "version": "5.4.1",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • branches/5.4/package.json

    r54574 r54588  
    11{
    22    "name": "WordPress",
    3     "version": "5.4.11",
     3    "version": "5.4.1",
    44    "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
    55    "repository": {
  • branches/5.4/src/wp-admin/about.php

    r54436 r54588  
    5252            <div class="column">
    5353                <h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
    5474                <p>
    5575                    <?php
  • branches/5.4/src/wp-includes/version.php

    r53993 r54588  
    1414 * @global string $wp_version
    1515 */
    16 $wp_version = '5.4.11-src';
     16$wp_version = '5.4.1-src';
    1717
    1818/**
Note: See TracChangeset for help on using the changeset viewer.