GOOWOO-749 remove beta product editor#3542
Open
mserino wants to merge 4 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3542 +/- ##
===========================================
- Coverage 67.7% 66.5% -1.1%
+ Complexity 5322 5283 -39
===========================================
Files 518 911 +393
Lines 21453 28066 +6613
Branches 0 1720 +1720
===========================================
+ Hits 14513 18669 +4156
- Misses 6940 9136 +2196
- Partials 0 261 +261
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Collaborator
|
@mserino I just noticed there are some E2E tests which we may need to remove with any associated utils. Can you check please? |
added 2 commits
June 29, 2026 13:45
asvinb
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this Pull Request:
Closes GOOWOO-749.
Background
WooCommerce is retiring the beta block-based product editor (
@woocommerce/product-editor) in WC 11.0 (targeting July 28, 2026), with deprecation warnings starting in WC 10.9. This PR removes all integration code before that deadline to avoid breakage.What was removed
js/src/blocks/ directory— five custom blocks that extended the beta product editor with a "Google for WooCommerce" tabProductBlocksService.php— handled asset registration and block template injection for the beta editorChannelVisibilityBlock.php— registered the channel visibility block type with the WooCommerce block registryCoreServiceProvider.php--webpack-src-dir=js/src/blocksfrom build scripts@woocommerce/product-editorand@woocommerce/block-templatesfrom.externalized.jsonScreenshots:
Detailed test instructions:
Verify the classic editor still works
Verify the beta editor integration is gone (WC < 11.0 only)
Additional details:
Changelog entry