mirror of
https://github.com/buddypress/buddypress.git
synced 2026-07-22 20:56:55 +08:00
- 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
25 lines
540 B
JSON
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-beta2 Playground"
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "url",
|
|
"url": "https://downloads.wordpress.org/plugin/buddypress.14.0.0-beta2.zip"
|
|
}
|
|
},
|
|
{
|
|
"step": "activateTheme",
|
|
"themeFolderName": "twentytwentyfour"
|
|
}
|
|
]
|
|
}
|