Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bipoza committed May 29, 2023
1 parent 271146c commit eb5d838
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,16 @@ https://your-site.com/ok/
## Edition panel

![wp-uptime-admin-panel](https://user-images.githubusercontent.com/26112509/226600732-58bdf02b-cb17-4acb-87f9-f997b38ff923.png)


## Frequently Asked Questions

* Can I edit the endpoint and the OK response?

Yes, from the administration panel you can configure the response from a string to a full JSON.

For example:
```
Path: /server-status/
Response: {"status":"ok"}
```
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: codesyntax, bipoza
Donate link: https://codesyntax.com/
Tags: monitorization, status, wp-json, restapi
Requires at least: 4.7
Tested up to: 6.1
Stable tag: 2.0.3
Tested up to: 6.2
Stable tag: 3.0.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -25,7 +25,7 @@ Just install the plugin and activate it.
By default, the API is at this address and if mysql is running it will return OK.

```
https://your-site.com/wp-json/wp-uptime/ok
https://your-site.com/ok/
```

## Edition panel
Expand All @@ -51,6 +51,9 @@ Response: {"status":"ok"}

== Changelog ==

= 3.0.0 =
* Improvement in the route and disable caching.

= 2.0.5 =
* Plugin display name changed from WPUptime to WP Uptime.

Expand Down

0 comments on commit eb5d838

Please sign in to comment.