Skip to content

Commit f103223

Browse files
committed
Change wc_version to version in system_status
Fixes woocommerce/woocommerce#45836
1 parent bb9b213 commit f103223

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

source/includes/wp-api-v3/_system-status.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@ The system status API allows you to view all system status items.
1616

1717
### System status - Environment properties ###
1818

19-
| Attribute | Type | Description |
20-
| --------------------------- | ------- | -------------------------------------------------------------------------- |
21-
| `home_url` | string | Home URL. <i class="label label-info">read-only</i> |
22-
| `site_url` | string | Site URL. <i class="label label-info">read-only</i> |
23-
| `wc_version` | string | WooCommerce version. <i class="label label-info">read-only</i> |
24-
| `log_directory` | string | Log directory. <i class="label label-info">read-only</i> |
25-
| `log_directory_writable` | boolean | Is log directory writable? <i class="label label-info">read-only</i> |
26-
| `wp_version` | string | WordPress version. <i class="label label-info">read-only</i> |
27-
| `wp_multisite` | boolean | Is WordPress multisite? <i class="label label-info">read-only</i> |
28-
| `wp_memory_limit` | integer | WordPress memory limit. <i class="label label-info">read-only</i> |
29-
| `wp_debug_mode` | boolean | Is WordPress debug mode active? <i class="label label-info">read-only</i> |
30-
| `wp_cron` | boolean | Are WordPress cron jobs enabled? <i class="label label-info">read-only</i> |
31-
| `language` | string | WordPress language. <i class="label label-info">read-only</i> |
32-
| `server_info` | string | Server info. <i class="label label-info">read-only</i> |
33-
| `php_version` | string | PHP version. <i class="label label-info">read-only</i> |
34-
| `php_post_max_size` | integer | PHP post max size. <i class="label label-info">read-only</i> |
35-
| `php_max_execution_time` | integer | PHP max execution time. <i class="label label-info">read-only</i> |
36-
| `php_max_input_vars` | integer | PHP max input vars. <i class="label label-info">read-only</i> |
37-
| `curl_version` | string | cURL version. <i class="label label-info">read-only</i> |
38-
| `suhosin_installed` | boolean | Is SUHOSIN installed? <i class="label label-info">read-only</i> |
39-
| `max_upload_size` | integer | Max upload size. <i class="label label-info">read-only</i> |
40-
| `mysql_version` | string | MySQL version. <i class="label label-info">read-only</i> |
41-
| `default_timezone` | string | Default timezone. <i class="label label-info">read-only</i> |
19+
| Attribute | Type | Description |
20+
| ------------------------ | ------- | -------------------------------------------------------------------------- |
21+
| `home_url` | string | Home URL. <i class="label label-info">read-only</i> |
22+
| `site_url` | string | Site URL. <i class="label label-info">read-only</i> |
23+
| `version` | string | WooCommerce version. <i class="label label-info">read-only</i> |
24+
| `log_directory` | string | Log directory. <i class="label label-info">read-only</i> |
25+
| `log_directory_writable` | boolean | Is log directory writable? <i class="label label-info">read-only</i> |
26+
| `wp_version` | string | WordPress version. <i class="label label-info">read-only</i> |
27+
| `wp_multisite` | boolean | Is WordPress multisite? <i class="label label-info">read-only</i> |
28+
| `wp_memory_limit` | integer | WordPress memory limit. <i class="label label-info">read-only</i> |
29+
| `wp_debug_mode` | boolean | Is WordPress debug mode active? <i class="label label-info">read-only</i> |
30+
| `wp_cron` | boolean | Are WordPress cron jobs enabled? <i class="label label-info">read-only</i> |
31+
| `language` | string | WordPress language. <i class="label label-info">read-only</i> |
32+
| `server_info` | string | Server info. <i class="label label-info">read-only</i> |
33+
| `php_version` | string | PHP version. <i class="label label-info">read-only</i> |
34+
| `php_post_max_size` | integer | PHP post max size. <i class="label label-info">read-only</i> |
35+
| `php_max_execution_time` | integer | PHP max execution time. <i class="label label-info">read-only</i> |
36+
| `php_max_input_vars` | integer | PHP max input vars. <i class="label label-info">read-only</i> |
37+
| `curl_version` | string | cURL version. <i class="label label-info">read-only</i> |
38+
| `suhosin_installed` | boolean | Is SUHOSIN installed? <i class="label label-info">read-only</i> |
39+
| `max_upload_size` | integer | Max upload size. <i class="label label-info">read-only</i> |
40+
| `mysql_version` | string | MySQL version. <i class="label label-info">read-only</i> |
41+
| `default_timezone` | string | Default timezone. <i class="label label-info">read-only</i> |
4242
| `fsockopen_or_curl_enabled` | boolean | Is fsockopen/cURL enabled? <i class="label label-info">read-only</i> |
43-
| `soapclient_enabled` | boolean | Is SoapClient class enabled? <i class="label label-info">read-only</i> |
44-
| `domdocument_enabled` | boolean | Is DomDocument class enabled? <i class="label label-info">read-only</i> |
45-
| `gzip_enabled` | boolean | Is GZip enabled? <i class="label label-info">read-only</i> |
46-
| `mbstring_enabled` | boolean | Is mbstring enabled? <i class="label label-info">read-only</i> |
47-
| `remote_post_successful` | boolean | Remote POST successful? <i class="label label-info">read-only</i> |
48-
| `remote_post_response` | string | Remote POST response. <i class="label label-info">read-only</i> |
49-
| `remote_get_successful` | boolean | Remote GET successful? <i class="label label-info">read-only</i> |
50-
| `remote_get_response` | string | Remote GET response. <i class="label label-info">read-only</i> |
43+
| `soapclient_enabled` | boolean | Is SoapClient class enabled? <i class="label label-info">read-only</i> |
44+
| `domdocument_enabled` | boolean | Is DomDocument class enabled? <i class="label label-info">read-only</i> |
45+
| `gzip_enabled` | boolean | Is GZip enabled? <i class="label label-info">read-only</i> |
46+
| `mbstring_enabled` | boolean | Is mbstring enabled? <i class="label label-info">read-only</i> |
47+
| `remote_post_successful` | boolean | Remote POST successful? <i class="label label-info">read-only</i> |
48+
| `remote_post_response` | string | Remote POST response. <i class="label label-info">read-only</i> |
49+
| `remote_get_successful` | boolean | Remote GET successful? <i class="label label-info">read-only</i> |
50+
| `remote_get_response` | string | Remote GET response. <i class="label label-info">read-only</i> |
5151

5252
### System status - Database properties ###
5353

0 commit comments

Comments
 (0)