Commit 747bda52eb for wordpress.org
commit 747bda52eb923cdc671c38f647a0e267faf994f6
Author: dmsnell <dmsnell@git.wordpress.org>
Date: Mon Sep 16 20:17:44 2024 +0000
HTML API: Update html5lib test runner to support new features.
This patch updates the html5lib test runner following the merge of changes opening up a full HTML parser and additional fragment contents. It makes no Core code changes, but allows a more tests to complete which previously failed due to incomplete test runner support..
Developed in https://github.com/wordpress/wordpress-develop/pull/7346
Discussed in https://core.trac.wordpress.org/ticket/61646
Props jonsurrell.
See #61646.
Built from https://develop.svn.wordpress.org/trunk@59025
git-svn-id: http://core.svn.wordpress.org/trunk@58421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2ca2acd335..884f7517b0 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.7-alpha-59024';
+$wp_version = '6.7-alpha-59025';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.