Bump minimum required WordPress version to 6.6 (#704)

This commit is contained in:
Aki Hamano 2024-08-17 19:00:49 +09:00 committed by GitHub
parent 681a5c2fdb
commit baff5dcdc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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';