10up / insecure-content-warning

Prevent editors from adding insecure content in the editor.
https://wordpress.org/plugins/insecure-content-warning/
GNU General Public License v2.0
37 stars 1 forks source link

Unified Extensibility APIs in WordPress 6.6 #173

Closed vikrampm1 closed 2 weeks ago

vikrampm1 commented 2 months ago

WordPress 6.6 unified the different slots and extensibility APIs between the post and site editors.

Please check the extension and validate the following along with the version bump issue:

gabriel-glo commented 1 month ago

@vikrampm1 While working on this, I found that plugin is using extensibility component only from @wordpress/edit-post package. I could not find any references from wp.editSite or @wordpress/edit-site package.