advanced-rich-text-tools
advanced-rich-text-tools copied to clipboard
WordPress 5.3 deprecated notices
The blockEditor was introduced in WP 5.2 and now in WP 5.3 there is a deprecated notice.
wp.editor.RichTextShortcut is deprecated. Please use wp.blockEditor.RichTextShortcut instead.
wp.editor.RichTextToolbarButton is deprecated. Please use wp.blockEditor.RichTextToolbarButton instead.
wp.editor.InspectorControls is deprecated. Please use wp.blockEditor.InspectorControls instead.
wp.editor.PanelColorSettings is deprecated. Please use wp.blockEditor.PanelColorSettings instead.
@ellatrix Would you be open to a PR to update the code and increase the minimum WordPress version to 5.2?