Commit 78aa59291a for wordpress.org
commit 78aa59291ab6566d8c59db1d6f413dcfb158d7f0
Author: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
Date: Tue Dec 9 18:34:34 2025 +0000
Add: Unit test to validate core abilities schemas only include valid properties.
On https://github.com/WordPress/wordpress-develop/pull/10508 we fixed an issue where some core abilties used invalid schema-04 properties.
This commit adds a unit test to make all the properties used are valid, so the same issue does not happen in the future.
Props jorgefilipecosta, westonruter.
Fixes: #64384
Built from https://develop.svn.wordpress.org/trunk@61363
git-svn-id: http://core.svn.wordpress.org/trunk@60675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 82d03bc09d..8356b1d946 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61362';
+$wp_version = '7.0-alpha-61363';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.