From 04498a9dfe7ea10337f9547fe0129715981de463 Mon Sep 17 00:00:00 2001 From: adamsilverstein Date: Thu, 28 May 2026 14:19:53 -0400 Subject: [PATCH 1/2] Backport Changelog: Link Core PR #12007 for #75793. Adds the missing 7.1 backport-changelog entry pairing the Core backport PR https://github.com/WordPress/wordpress-develop/pull/12007 with the original Gutenberg PR #75793 (Media: Move image output format filtering to upload response). #75793 was merged with the legacy `No Core Sync Required` label; the Core sync is now required since client-side media processing was re-introduced in Core. --- backport-changelog/7.1/12007.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backport-changelog/7.1/12007.md diff --git a/backport-changelog/7.1/12007.md b/backport-changelog/7.1/12007.md new file mode 100644 index 00000000000000..46ee5cada19565 --- /dev/null +++ b/backport-changelog/7.1/12007.md @@ -0,0 +1,3 @@ +https://github.com/WordPress/wordpress-develop/pull/12007 + +* https://github.com/WordPress/gutenberg/pull/75793 From 8bb6a8ecc418b0248f5bc7f4c92051c8a208de12 Mon Sep 17 00:00:00 2001 From: adamsilverstein Date: Sun, 31 May 2026 13:37:46 +0200 Subject: [PATCH 2/2] Move backport changelog entry to 7.0 to match original merge context --- backport-changelog/{7.1 => 7.0}/12007.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename backport-changelog/{7.1 => 7.0}/12007.md (100%) diff --git a/backport-changelog/7.1/12007.md b/backport-changelog/7.0/12007.md similarity index 100% rename from backport-changelog/7.1/12007.md rename to backport-changelog/7.0/12007.md