Skip to content

Commit

Permalink
plugin readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bipoza committed Mar 22, 2023
1 parent c86cad3 commit 30ce470
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 2 deletions.
Binary file added assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WP uptime
# WP Uptime

Editable non-cached monitorization path for Wordpress.

Expand Down
70 changes: 70 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
=== 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.1
Stable tag: 2.0.3
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/wp-json/wp-uptime/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 ==

= 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.
2 changes: 1 addition & 1 deletion wp-uptime.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: WPUptime
* Plugin URI: https://github.com/codesyntax/wp-uptime
* Description: Editable non-cached monitorization path for Wordpress.
* Version: 2.0.3
* Version: 2.0.4
* Author: CodeSyntax
* Author URI: https://codesyntax.com
* Text Domain: wp-uptime
Expand Down

0 comments on commit 30ce470

Please sign in to comment.