-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add blueprint file for user previews #4
Comments
The And the Related issues: |
On https://wordpress.org/plugins/pronamic-pay-with-mollie-for-gravity-forms/ the following {
"landingPage": "\/wp-admin\/plugins.php",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"phpExtensionBundles": [
"kitchen-sink"
],
"features": {
"networking": true
},
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https:\/\/downloads.wordpress.org\/plugin\/pronamic-pay-with-mollie-for-gravity-forms.1.4.0.zip"
},
"options": {
"activate": true
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
} |
Just tested: errors:
|
This issues was fixed in https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.10.1, https://wordpress.org/plugins/pronamic-pay-with-mollie-for-gravity-forms/ is still using |
Unfortunately, this does not seem possible yet, due to the following issue: |
On https://wordpress.org/plugins/pronamic-pay-with-mollie-for-gravity-forms/ i see:
Currently https://playground.wordpress.net/?blueprint-url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fwp-json%2Fplugins%2Fv1%2Fplugin%2Fpronamic-pay-with-mollie-for-gravity-forms%2Fblueprint.json%3Furl_hash%3Dc2dcadc96fceee6000d05322935c19de is giving:
I think this is related to the custom tables we use for Mollie, that's not working good in SQLite?
To further investigate this i was working on:
wp-now
/ https://playground.wordpress.net/ wp-pronamic-client#17CC @rvdsteege
Links:
The text was updated successfully, but these errors were encountered: