mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Bump minimum required WordPress version to 6.6 (#704)
This commit is contained in:
parent
681a5c2fdb
commit
baff5dcdc4
2 changed files with 2 additions and 2 deletions
|
@ -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.5
|
||||
Requires at least: 6.6
|
||||
Tested up to: 6.6
|
||||
Stable tag: 2.3.0
|
||||
Requires PHP: 7.4
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
import { useState } from '@wordpress/element';
|
||||
import { registerPlugin } from '@wordpress/plugins';
|
||||
import { PluginSidebar, PluginSidebarMoreMenuItem } from '@wordpress/edit-site';
|
||||
import { PluginSidebar, PluginSidebarMoreMenuItem } from '@wordpress/editor';
|
||||
import { __, _x } from '@wordpress/i18n';
|
||||
import { useDispatch } from '@wordpress/data';
|
||||
import { store as noticesStore } from '@wordpress/notices';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue