From ecb05e589e71f7e98e4307444a821a448c201fbb Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 19 Sep 2017 20:00:56 +0000 Subject: [PATCH] Bump 4.4 branch to version 4.4.11. git-svn-id: https://develop.svn.wordpress.org/branches/4.4@41514 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/readme.html | 2 +- src/wp-admin/about.php | 3 +++ src/wp-includes/version.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3735be4a04..b9b58f291e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.10", + "version": "4.4.11", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/readme.html b/src/readme.html index 24b065175f..dc8e0d4c16 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4.10 +
Version 4.4.11

Semantic Personal Publishing Platform

diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index e610ce9bdd..49c0fd2717 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 some security issues.' ), '4.4.11' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.4.11' ); ?> +

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

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 1d4c59a98f..02d7bb9cc3 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.10-src'; +$wp_version = '4.4.11-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.