Commit 0099bb7ea1 for wordpress.org
commit 0099bb7ea112fc6720d20c1e481b74b2f4310e17
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 21 17:47:47 2026 +0000
Tests: Reduce image work in REST attachment tests.
Use attachment records without uploading images in three permission tests, and remove their unnecessary imagejpeg requirement. Skip intermediate image sizes in the EXIF orientation test while preserving the full-size image checks.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13619
Props sainathpoojary.
See #66074.
Built from https://develop.svn.wordpress.org/trunk@63777
git-svn-id: http://core.svn.wordpress.org/trunk@62949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0868ddf05a..004c09a666 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63776';
+$wp_version = '7.2-alpha-63777';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.