1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-22 20:56:55 +08:00
buddypress/tests/blueprints/14-0-0-beta1.json
Mathieu Viet 2eb95108fc Improve BuddyPress compatibility with WP Playground previews
- Avoid using `SIGNED` casting into the SQL query retrieving the signup field IDs as it's generating an error with WP Playground SQLite db.
- Make sure BP URI globals are set during Ajax requests passing the current displayed page canonical URL into these requests.
- Ignore the `bp-message` cookie when its value is set to `deleted` to prevent the wrong display of a template notice when BP Legacy is the active template pack.
- Update JSON blueprints to latest WP Playground's blueprint schema.

Props espellcaste

Fixes #9207
Closes https://github.com/buddypress/buddypress/pull/389



git-svn-id: https://buddypress.svn.wordpress.org/trunk@14068 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2024-11-01 06:07:04 +00:00

25 lines
540 B
JSON

{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "\/wp-admin\/admin.php?page=bp-components",
"preferredVersions": {
"php": "8.2",
"wp": "latest"
},
"login": true,
"siteOptions": {
"blogname": "BuddyPress 14.0.0-beta1 Playground"
},
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://downloads.wordpress.org/plugin/buddypress.14.0.0-beta1.zip"
}
},
{
"step": "activateTheme",
"themeFolderName": "twentytwentyfour"
}
]
}