-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove PHP code merged into WordPress 5.0 #11015
Comments
Previously #10656 |
Related: #12559. |
Pull request: #13370
Pull request: #13408
Edit: I guess my local Docker containers were very much out of date, and I'd wrongly relied on the Pull request: #13412 |
This is turning out to be a more significant effort. Here's a project instead: https://github.com/WordPress/gutenberg/projects/23 |
Unless I've missed something, I'd now consider this effort concluded with the last major merge in #13569 (future deprecation removals notwithstanding). https://github.com/WordPress/gutenberg/projects/23 |
Thanks Andrew, nice work here. |
Important note: Closing this issue means we update the minimum WP supported version of the plugin to 5.0. (Edit: Done in #13370)
Now that WordPress 5.0 is ready to be released, we need to start working on the next phase and ensure we don't duplicate code in the plugin.
Things that should be removed from the plugin:
REST API endpoints and tweaks(Framework: Remove 5.0-merged REST API integrations #13408)Block parsing, rendering utilities(Plugin: Remove 5.0-merged block registration functions, integrations #13412)php files adding the MetaBoxes support(Plugin: Deprecate metabox supports, fall back to core #13449)Miscellaneous core compatibility ((Plugin: Remove redundant core compatibility from plugin #13442)lib/compat.php
)Bootstrapping the Gutenberg editor (already done in Core)(Plugin: Remove replace_editor filter, extend core editor #13569)See Project: https://github.com/WordPress/gutenberg/projects/23
The php files that need to remain in the plugin are:
The text was updated successfully, but these errors were encountered: