From bd83b90f1eb02201d679c57c2c472c5709ffe701 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 22 Mar 2019 15:47:51 +0000 Subject: [PATCH] PHP: Bump minimum version 95% of 5.6 sites are on 5.6.30 or higher, hence this specific minimum version. Fixes #46594. Built from https://develop.svn.wordpress.org/trunk@44982 git-svn-id: http://core.svn.wordpress.org/trunk@44813 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-includes/version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.html b/readme.html index 37820b60a9..10dcfd1c04 100644 --- a/readme.html +++ b/readme.html @@ -52,7 +52,7 @@

System Requirements

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d7a63efa8..0f2ab06d38 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44981'; +$wp_version = '5.2-alpha-44982'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -34,7 +34,7 @@ $tinymce_version = '4920-20181217'; * * @global string $required_php_version */ -$required_php_version = '5.2.4'; +$required_php_version = '5.6.30'; /** * Holds the required MySQL version