From 1c79a2c23befa91fe53c97d48986df550b558036 Mon Sep 17 00:00:00 2001 From: costdev Date: Mon, 25 Sep 2023 23:40:17 +0000 Subject: [PATCH] Filesystem API: Add missing ZIP file for unzip tests. In [56689], a ZIP file is needed in `tests/phpunit/data/filesystem/` but wasn't included in the changeset. This produced an error when attempting to create a subdirectory during the tests. This adds the `tests/phpunit/data/filesystem/archive.zip` file. Follow-up to [56689]. Props flixos90. Fixes #37719. Built from https://develop.svn.wordpress.org/trunk@56691 git-svn-id: http://core.svn.wordpress.org/trunk@56203 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 49eedfd198..aaf3741fea 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56690'; +$wp_version = '6.4-alpha-56691'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.