Commit 1825c2a80d for wordpress.org
commit 1825c2a80de2c6e78651bafa8770f9d5e3fa588d
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Tue Nov 25 14:45:35 2025 +0000
Coding Standards: Upgrade WPCS to version 3.3.0.
The impact on existing WordPress core code is expected to be minimal. The release updates some sniffs to account for changes in recent WordPress versions up to 6.9.0-RC2.
References:
* [https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.3.0 WPCS 3.3.0 release notes]
* [https://github.com/WordPress/WordPress-Coding-Standards/compare/3.2.0...3.3.0 Full list of changes in WPCS 3.3.0]
Follow-up to [56695], [56799], [57378], [57986], [60523].
Props jrf, dingo_d, garyj, rodrigosprimo, johnjago, SergeyBiryukov.
Fixes #64302.
Built from https://develop.svn.wordpress.org/trunk@61306
git-svn-id: http://core.svn.wordpress.org/trunk@60618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9a3fd11712..a20ca00998 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61303';
+$wp_version = '7.0-alpha-61306';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.