Skip to content

Commit baff5dc

Browse files
authored
Bump minimum required WordPress version to 6.6 (#704)
1 parent 681a5c2 commit baff5dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.txt

+1-1
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.5
4+
Requires at least: 6.6
55
Tested up to: 6.6
66
Stable tag: 2.3.0
77
Requires PHP: 7.4

src/plugin-sidebar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
import { useState } from '@wordpress/element';
55
import { registerPlugin } from '@wordpress/plugins';
6-
import { PluginSidebar, PluginSidebarMoreMenuItem } from '@wordpress/edit-site';
6+
import { PluginSidebar, PluginSidebarMoreMenuItem } from '@wordpress/editor';
77
import { __, _x } from '@wordpress/i18n';
88
import { useDispatch } from '@wordpress/data';
99
import { store as noticesStore } from '@wordpress/notices';

0 commit comments

Comments
 (0)