From f71c4f38c3e8a025adfa2e10e939a0a017ab84b6 Mon Sep 17 00:00:00 2001 From: iandunn Date: Tue, 27 Feb 2018 14:38:33 +0000 Subject: [PATCH] External Libraries: Test that MediaElement SWF files remain deleted. The files were removed from Core in r42462 because they're no longer necessary, and have a history of security issues. They remain upstream, though, so this test makes it explicitly clear that they should not be added back in the future without careful consideration and discussion with the Security team. `Tests_Admin_IncludesUpdateCore::test_new_files_are_not_in_old_files_array_compiled()` would already catch files with the exact same name, but this test will also catch files with new names, just to be extra cautious. Props iandunn, ocean90, SergeyBiryukov Fixes 43101 Built from https://develop.svn.wordpress.org/trunk@42762 git-svn-id: http://core.svn.wordpress.org/trunk@42592 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 82f5b252eb..4e8dde45f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42761'; +$wp_version = '5.0-alpha-42762'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.