From b73d26f031e796e0e0026f4c74e07f0b23309549 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 13 Dec 2018 02:13:08 +0000 Subject: [PATCH] Bump 4.3 branch to version 4.3.18. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@44084 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 12 +++++++++++- src/wp-includes/version.php | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 05b3a10b44..c28a96e394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.17", + "version": "4.3.18", "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 26faec2b0f..23b3f68bfd 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -108,7 +108,17 @@ $tech_features = array(
-

+

+

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

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

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