mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspireupdate.git
synced 2026-07-16 09:46:32 +08:00
* Remove AspireCloud Bleeding Edge Endpoint Remove AspireCloud Bleeding Edge Endpoint * Version Set to 1.0 Version Set to 1.0 * AspireCloud Bleeding Edge Removed from test AspireCloud Bleeding Edge Removed from test, we should update the tests to use the json file. * The commented out code triggered PHPCS error The commented out code triggered PHPCS error * Removed the code instead of commenting it Removed the code instead of commenting it as its still triggering PHPCS error
17 lines
275 B
JSON
17 lines
275 B
JSON
[
|
|
{
|
|
"url": "https://api.wordpress.org",
|
|
"label": "WordPress.org",
|
|
"require-api-key": false
|
|
},
|
|
{
|
|
"url": "https://api.aspirecloud.net",
|
|
"label": "AspireCloud",
|
|
"require-api-key": false
|
|
},
|
|
{
|
|
"url": "other",
|
|
"label": "Other",
|
|
"require-api-key": false
|
|
}
|
|
]
|