From 78e5b8481c22a26c25bfde5b2ac212fdb8bc6d12 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Mon, 1 Nov 2021 21:42:00 +0000 Subject: [PATCH] Application Passwords: Add end-to-end (e2e) tests. Adds end-to-end (e2e) tests for the following test scenarios: * Create a new application password. * Create an application password with an existing name. * Revoke a single application password. * Bulk revoke applications passwords. Follow-up to [49109], [49276], [49562], [50001], [50367], [51463]. Props justinahinon, swissspidy, juhise, kevin940726, isabel_brison. Fixes #54241. Built from https://develop.svn.wordpress.org/trunk@51966 git-svn-id: http://core.svn.wordpress.org/trunk@51555 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 a1467effea..ccd1ef6d13 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51965'; +$wp_version = '5.9-alpha-51966'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.