mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
06139ea3e6
Bump the plugin version from 2.10.7 to 2.11.0 in all relevant files, reflecting the latest release. This includes updates to documentation, metadata, changelogs, and file references to maintain consistency.
31 lines
684 B
JSON
31 lines
684 B
JSON
{
|
|
"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\/ultimate-member.2.11.0.zip"
|
|
},
|
|
"options": {
|
|
"activate": true
|
|
}
|
|
},
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
]
|
|
}
|