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

Update Playground integration #861

Open
1 task done
jeffpaul opened this issue Mar 3, 2025 · 1 comment
Open
1 task done

Update Playground integration #861

jeffpaul opened this issue Mar 3, 2025 · 1 comment
Assignees
Labels
help wanted Extra attention is needed type:good-first-issue Good for newcomers.
Milestone

Comments

@jeffpaul
Copy link
Member

jeffpaul commented Mar 3, 2025

Is your enhancement related to a problem? Please describe.

TLDR; Building upon the work in #814, we need to update our codebase to replace the deprecated pluginZipFile attribute with the recommended pluginData attribute when installing plugins in the WordPress Playground environment.

The longer part:
The WordPress Playground has deprecated the pluginZipFile attribute in favor of pluginData for specifying plugin installations in blueprints. Detailed information about this update can be found in the WordPress Playground API documentation. We'll want to update all instances in our code where pluginZipFile is used to pluginData. This involves modifying our blueprint configurations to ensure compatibility with the current WordPress Playground standards.

Designs

No response

Describe alternatives you've considered

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jeffpaul jeffpaul added this to the 3.4.0 milestone Mar 3, 2025
@jeffpaul jeffpaul added help wanted Extra attention is needed type:good-first-issue Good for newcomers. labels Mar 3, 2025
@jeffpaul jeffpaul moved this from Incoming to To Do in Open Source Practice Mar 3, 2025
@dkotter
Copy link
Collaborator

dkotter commented Mar 4, 2025

We already use pluginData in our installPlugin step so I don't see any update needed here

@dkotter dkotter self-assigned this Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type:good-first-issue Good for newcomers.
Projects
Status: To Do
Development

No branches or pull requests

2 participants