From 0dff817a04b051f36a3ab492114da21f3a388945 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 6 Jan 2016 18:47:43 +0000 Subject: [PATCH] Bump 4.3 branch to 4.3.2. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@36197 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/readme.html | 2 +- src/wp-admin/about.php | 8 ++++++-- src/wp-includes/version.php | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7b88d5374..0c43f4c09d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.1", + "version": "4.3.2", "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 7d27aa7cec..1d41b4eef7 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.3.1 +
Version 4.3.2

Semantic Personal Publishing Platform

diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 0afc317677..9b4d0d9e5d 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -108,10 +108,14 @@ $tech_features = array(
-

+

+

Version %1$s addressed a security issue and fixed %2$s bug.', + 'Version %1$s addressed a security issue and fixed %2$s bugs.', 5 ), '4.3.2', number_format_i18n( 5 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.2' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 26 ), '4.3.1', number_format_i18n( 26 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_4.3.1' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.1' ); ?>

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