From fa20ce762ad5b8d76484bf221dbfd97886165a91 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Mon, 16 Jan 2017 16:21:43 +0000 Subject: [PATCH] REST API: Improve test coverage of single user endpoint for public data. Add test coverage for requests of a single user resource for authors of post types registered as: - public = true, show_in_rest = true: success without auth. - public = true, show_in_rest = false: fail without auth. - public = false, show_in_rest = true: success without auth. - public = false, show_in_rest = false: fail without auth. See #38878. Fixes #39546. Built from https://develop.svn.wordpress.org/trunk@39913 git-svn-id: http://core.svn.wordpress.org/trunk@39850 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 144b4ccd05..f3db0ba4d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39912'; +$wp_version = '4.8-alpha-39913'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.