From ea3d4e7cb580088e594d1faeb762e00efd56f9b0 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 16 Jan 2018 21:40:51 +0000 Subject: [PATCH] Bump the 4.4 branch to 4.4.14. git-svn-id: https://develop.svn.wordpress.org/branches/4.4@42499 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 3 +++ src/wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 989a18390a..256b478102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.13", + "version": "4.4.14", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 8ceb64aea5..675ebfa6a2 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -50,6 +50,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

Version %s addressed one security issue.' ), '4.4.14' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.4.14' ); ?> +

Version %s addressed some security issues.' ), '4.4.13' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.4.13' ); ?>

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index ed1246bc18..5fa3db9544 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.13-src'; +$wp_version = '4.4.14-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.