Skip to content

Remove WP 6.2 minified build after WP 6.6 release - #1632

Merged
brandonpayton merged 1 commit into
trunkfrom
remove-wp-6.2
Jul 19, 2024
Merged

Remove WP 6.2 minified build after WP 6.6 release#1632
brandonpayton merged 1 commit into
trunkfrom
remove-wp-6.2

Conversation

@brandonpayton

Copy link
Copy Markdown
Member

Motivation for the change, related issues

This PR removes support for WP 6.2 which is unsupported following the WP 6.6 release.

The actual motivation for this change is to try to work around the npm package release error encountered here:
https://github.com/WordPress/wordpress-playground/actions/runs/9960370683/job/27519444281

With this change the @wp-playground/wordpress-builds unpacked size goes from 529M to 485M (based on du utility output for a local build). Lerna reported that the previous, successful release of the package had a size of 363.5 MB.

Related to #1630

Testing Instructions (or ideally a Blueprint)

  • CI
  • Use npm run dev to confirm that WP 6.2 is no longer offered as an option in the UI and that Playground continues to load without error.
@brandonpayton brandonpayton added [Type] Bug An existing feature does not function as intended [Package][@wp-playground] WordPress Builds labels Jul 19, 2024
@brandonpayton
brandonpayton requested a review from a team July 19, 2024 19:58
@brandonpayton brandonpayton self-assigned this Jul 19, 2024
@brandonpayton
brandonpayton merged commit 04b1d95 into trunk Jul 19, 2024
@brandonpayton
brandonpayton deleted the remove-wp-6.2 branch July 19, 2024 22:00
@adamziel adamziel changed the title Remove WP 6.2 support after WP 6.6 release Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Package][@wp-playground] WordPress Builds [Type] Bug An existing feature does not function as intended

1 participant