You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 recommendedpluginData
attribute when installing plugins in the WordPress Playground environment.The longer part:
The WordPress Playground has deprecated the
pluginZipFile
attribute in favor ofpluginData
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 wherepluginZipFile
is used topluginData
. 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
The text was updated successfully, but these errors were encountered: