Make WordPress Core

Changeset 42070 for branches/4.7


Ignore:
Timestamp:
10/31/2017 01:12:09 PM (8 years ago)
Author:
pento
Message:

Bump 4.7 branch to version 4.7.7.

Location:
branches/4.7
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/4.7/package.json

    r40770 r42070  
    11{
    22  "name": "WordPress",
    3   "version": "4.7.6",
     3  "version": "4.7.7",
    44  "description": "WordPress is web software you can use to create a beautiful website or blog.",
    55  "repository": {
  • branches/4.7/src/wp-admin/about.php

    r41511 r42070  
    4646        <div class="changelog point-releases">
    4747            <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
     48            <p><?php printf( __( '<strong>Version %s</strong> addressed one security issue.' ), '4.7.7' ); ?>
     49                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.7.7' ); ?>
     50            </p>
    4851            <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.7.6' ); ?>
    4952                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.7.6' ); ?>
  • branches/4.7/src/wp-includes/version.php

    r41510 r42070  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '4.7.6-src';
     7$wp_version = '4.7.7-src';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.