Skip to content
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

Provide Latest stable and Latest beta WordPress versions #306

Closed
adamziel opened this issue May 11, 2023 · 0 comments · Fixed by #709
Closed

Provide Latest stable and Latest beta WordPress versions #306

adamziel opened this issue May 11, 2023 · 0 comments · Fixed by #709
Labels
[Aspect] Browser [Type] Enhancement New feature or request [Type] Tracking Tactical breakdown of efforts across the codebase and/or tied to Overview issues.

Comments

@adamziel
Copy link
Collaborator

adamziel commented May 11, 2023

WordPress.org could really use a preview of the latest stable and latest beta versions (only in the beta period). Let's:

  • Add the "latest beta" version
  • Build a cronjob for playground.wordpress.net to enable / rebuild the latest beta version once a new one comes out

Tracked in:

cc @mtias

@adamziel adamziel added [Type] Tracking Tactical breakdown of efforts across the codebase and/or tied to Overview issues. and removed [Feature] WordPress Previewer labels Jun 2, 2023
adamziel added a commit that referenced this issue Oct 18, 2023
## Description

This pull request introduces support for WordPress beta and Release
Candidate (RC) versions in the WordPress Playground.

Closes #500.
Closes #501.
Closes #306.

## Changes

* The Dockerfile has been updated to automatically detect and keep the
default theme for each WordPress release.
* Several updates to the build scripts and JSON files have been made to
support these changes.
* The Blueprints no longer rely on a hardcoded list of supported
WordPress versions. Instead, this PR introduces a new method where
`remote.html` tells the client which versions it supports. This reduces
coupling – the same client can work with different remotes.

## Testing instructions

1. Run `npx nx recompile-wordpress:all playground-remote`
2. Verify that the Playground successfully builds the latest 4 major
WordPress versions and beta and nightly
3. Confirm the local Playground UI works well and allows switching
between the different WordPress versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Aspect] Browser [Type] Enhancement New feature or request [Type] Tracking Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant