From 36a55e7ae781907e497855d0dddcf3182de70c65 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 2 Dec 2016 07:02:41 +0000 Subject: [PATCH] Readme: Update recommendations to PHP 7, and to include HTTPS. See https://wordpress.org/news/2016/12/moving-toward-ssl/ Fixes #39024. Built from https://develop.svn.wordpress.org/trunk@39428 git-svn-id: http://core.svn.wordpress.org/trunk@39368 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index afaf841155..ee9a3668d7 100644 --- a/readme.html +++ b/readme.html @@ -59,9 +59,10 @@

Recommendations

diff --git a/wp-includes/version.php b/wp-includes/version.php index f84b141243..676670b433 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39426'; +$wp_version = '4.8-alpha-39428'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.