From 887f292748ecc5db77b09aec5337c3246fdbc169 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 21 Jun 2016 16:32:15 +0000 Subject: [PATCH] Bump 4.3 branch to 4.3.5. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@37830 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 a247186fc7..dc24f0bf42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.4", + "version": "4.3.5", "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 d34d19e77b..3cdef35a88 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.3.4 +
Version 4.3.5

Semantic Personal Publishing Platform

diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 91b5135ee0..63facec4d2 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -109,6 +109,9 @@ $tech_features = array(

+

Version %1$s addressed some security issues.' ), '4.3.5' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.5' ); ?> +

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 7 ), '4.3.4' ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.3.4' ); ?> diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 5c855818f7..23f2dd9a1e 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.4-src'; +$wp_version = '4.3.5-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.