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

Fix the WordPress.org plugin preview on trunk #144

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

dkotter
Copy link
Collaborator

@dkotter dkotter commented Aug 6, 2024

Description of the Change

Bringing changes from #143 over to trunk to get those deployed to WordPress.org

How to test the Change

The WordPress Playground allows you to spin up a new environment directly through the URL, by going to https://playground.wordpress.net/# and pasting your JSON config after the #. In this case, the URL should be:

https://playground.wordpress.net/#{"$schema":"https://playground.wordpress.net/blueprint-schema.json","landingPage":"/wp-admin/post.php?post=4&action=edit","preferredVersions":{"php":"7.4","wp":"latest"},"phpExtensionBundles":["kitchen-sink"],"steps":[{"step":"login","username":"admin","password":"password"},{"step":"installPlugin","pluginZipFile":{"resource":"wordpress.org/plugins","slug":"retro-winamp-block"},"options":{"activate":true}},{"step":"importWxr","file":{"resource":"url","url":"https://raw.githubusercontent.com/10up/retro-winamp-block/d2ff63d1127713d9f2a11235a002f38f2927b0ca/.wordpress-org/blueprints/demo-data.xml"}}]}

Changelog Entry

Fixed - Ensure the WordPress.org plugin preview works as expected

Credits

Props @dkotter

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@dkotter dkotter self-assigned this Aug 6, 2024
@dkotter dkotter requested a review from jeffpaul as a code owner August 6, 2024 19:00
@dkotter dkotter merged commit 5eedcaf into trunk Aug 6, 2024
1 check passed
@dkotter dkotter deleted the fix/plugin-preview branch August 6, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants