Skip to content

Commit c5dc3d0

Browse files
authored
Bump minimum required WordPress version to 6.7 (#775)
1 parent 654714b commit c5dc3d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Create Block Theme ===
22
Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiiaass, jffng, madhudollu, egregor, vcanales, jeffikus, cwhitmore
33
Tags: themes, theme, block-theme
4-
Requires at least: 6.6
4+
Requires at least: 6.7
55
Tested up to: 6.8
66
Stable tag: 2.7.0
77
Requires PHP: 7.4

src/editor-sidebar/screen-header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { chevronRight, chevronLeft } from '@wordpress/icons';
1717

1818
const ScreenHeader = ( { title, onBack } ) => {
1919
// TODO: Remove the fallback component when the minimum supported WordPress
20-
// version was increased to 6.7.
20+
// version was increased to 6.8.
2121
const BackButton = Navigator?.BackButton || NavigatorToParentButton;
2222
return (
2323
<Spacer marginBottom={ 0 } paddingBottom={ 4 }>

0 commit comments

Comments
 (0)