From 6443800aa6dd4ec96a7bda13c506fa2a4498f770 Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Mon, 17 Jul 2023 14:07:33 +0000 Subject: [PATCH] Build Tools: Remove outmoded jsvalidate task from Gruntfile. grunt-jsvalidate was added to catch situations where minification introduced parsing errors in Internet Explorer. IE is no longer supported by WordPress, and the grunt task itself has not been maintained for a decade. Removing this task simplifies the build and avoids false-positive warnings where the outdated tool flags modern JS syntax incorrectly. Props westonruter, joemcgill, jorbin, youknowriad, desrosj, swissspidy. Fixes #58645. See #26615. Built from https://develop.svn.wordpress.org/trunk@56247 git-svn-id: http://core.svn.wordpress.org/trunk@55759 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 e8bf4b6164..5a063aa849 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56246'; +$wp_version = '6.3-beta4-56247'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.