-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
79 lines (52 loc) · 1.58 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
=== WP Uptime ===
Contributors: codesyntax, bipoza
Donate link: https://codesyntax.com/
Tags: monitorization, status, wp-json, restapi
Requires at least: 4.7
Tested up to: 6.2
Stable tag: 3.0.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Editable non-cached monitorization path for Wordpress.
== Description ==
## WP Uptime
Editable non-cached monitorization path for Wordpress.
## How to use
Just install the plugin and activate it.
## Default settings
By default, the API is at this address and if mysql is running it will return OK.
```
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"}
```
== Screenshots ==
1. Edition panel
== Changelog ==
= 3.0.1 =
* Semantic versioning.
= 3.0.0 =
* Improvement in the route and disable caching.
= 2.0.5 =
* Plugin display name changed from WPUptime to WP Uptime.
= 2.0.4 =
* First stable version.
= 2.0.3 =
* Removes the plugin options from the database after uninstalling the plugin.
= 2.0.0 =
* Add edition from the administration panel.
* Add editable fields.
== Upgrade Notice ==
= 2.0.4 =
First stable version. It is recommended to install this version.
= 2.0.3 =
This version fixes a security related bug. Upgrade immediately.