From 3ad0ef45ba5484c6b0d1dc3f1d1833e3b8b9a2ce Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Sun, 18 May 2025 11:33:05 +0900 Subject: [PATCH] Bump minimum required WordPress version to 6.7 --- readme.txt | 2 +- src/editor-sidebar/screen-header.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index d77773ab..b48762bf 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Create Block Theme === Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiiaass, jffng, madhudollu, egregor, vcanales, jeffikus, cwhitmore Tags: themes, theme, block-theme -Requires at least: 6.6 +Requires at least: 6.7 Tested up to: 6.8 Stable tag: 2.7.0 Requires PHP: 7.4 diff --git a/src/editor-sidebar/screen-header.js b/src/editor-sidebar/screen-header.js index f941832c..edb6a822 100644 --- a/src/editor-sidebar/screen-header.js +++ b/src/editor-sidebar/screen-header.js @@ -17,7 +17,7 @@ import { chevronRight, chevronLeft } from '@wordpress/icons'; const ScreenHeader = ( { title, onBack } ) => { // TODO: Remove the fallback component when the minimum supported WordPress - // version was increased to 6.7. + // version was increased to 6.8. const BackButton = Navigator?.BackButton || NavigatorToParentButton; return (