Changeset 1920862
- Timestamp:
- 08/07/2018 08:34:54 AM (8 years ago)
- Location:
- servitor-statistics
- Files:
-
- 2 edited
- 10 copied
-
tags/0.0.6 (copied) (copied from servitor-statistics/trunk)
-
tags/0.0.6/LICENSE.txt (copied) (copied from servitor-statistics/trunk/LICENSE.txt)
-
tags/0.0.6/README.txt (copied) (copied from servitor-statistics/trunk/README.txt) (3 diffs)
-
tags/0.0.6/admin (copied) (copied from servitor-statistics/trunk/admin)
-
tags/0.0.6/classes (copied) (copied from servitor-statistics/trunk/classes)
-
tags/0.0.6/includes (copied) (copied from servitor-statistics/trunk/includes)
-
tags/0.0.6/index.php (copied) (copied from servitor-statistics/trunk/index.php)
-
tags/0.0.6/languages (copied) (copied from servitor-statistics/trunk/languages)
-
tags/0.0.6/servitor-statistics.php (copied) (copied from servitor-statistics/trunk/servitor-statistics.php) (2 diffs)
-
tags/0.0.6/uninstall.php (copied) (copied from servitor-statistics/trunk/uninstall.php)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/servitor-statistics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
servitor-statistics/tags/0.0.6/README.txt
r1920545 r1920862 3 3 Donate link: https://servitor.io 4 4 Tags: Servitor, server monitoring, website monitoring, monitoring 5 Stable tag: 4.35 Stable tag: 0.0.6 6 6 Requires at least: 4.0 7 7 Tested up to: 4.8 … … 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Version: 0.0.4 11 12 12 13 Servitor is the easiest way to monitor your servers and website for resources, status, uptime, response times, ssl certificates, mixed contents en broken links. … … 18 19 Easiest way to monitor your servers and website for resources, status, uptime, response times, ssl certificates, mixed contents en broken links. 19 20 20 *Requires an account on https://servitor.io* 21 *Requires an account on [Servitor.io](https://servitor.io)* 22 23 SERVERS 24 Monitor your servers and get notified of issues before they are happening. Get a real-time and historical overview of what is happening on your server and set notifications for when something isn't going as expected. 25 26 WEBSITES 27 Don't rely on your users to get notified of issues on your websites. Monitor your websites automatically for uptime, ssl expiration, mixed content and broken links. -
servitor-statistics/tags/0.0.6/servitor-statistics.php
r1920545 r1920862 17 17 * Plugin URI: https://servitor.io 18 18 * Description: Servitor is the easiest way to monitor your servers and website for resources, status, uptime, response times, ssl certificates, mixed contents en broken links. 19 * Version: 0.0. 119 * Version: 0.0.6 20 20 * Author: Servitor.io 21 21 * Author URI: https://zandervdm.nl … … 35 35 * Start at version 1.0.0 and use SemVer - https://semver.org 36 36 */ 37 define( 'Servitor_Statistics_VERSION', '0.0. 3' );37 define( 'Servitor_Statistics_VERSION', '0.0.6' ); 38 38 39 39 define( 'Servitor_Statistics_Settings_Group', 'servitor_credentials'); -
servitor-statistics/trunk/README.txt
r1920545 r1920862 3 3 Donate link: https://servitor.io 4 4 Tags: Servitor, server monitoring, website monitoring, monitoring 5 Stable tag: 4.35 Stable tag: 0.0.6 6 6 Requires at least: 4.0 7 7 Tested up to: 4.8 … … 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Version: 0.0.4 11 12 12 13 Servitor is the easiest way to monitor your servers and website for resources, status, uptime, response times, ssl certificates, mixed contents en broken links. … … 18 19 Easiest way to monitor your servers and website for resources, status, uptime, response times, ssl certificates, mixed contents en broken links. 19 20 20 *Requires an account on https://servitor.io* 21 *Requires an account on [Servitor.io](https://servitor.io)* 22 23 SERVERS 24 Monitor your servers and get notified of issues before they are happening. Get a real-time and historical overview of what is happening on your server and set notifications for when something isn't going as expected. 25 26 WEBSITES 27 Don't rely on your users to get notified of issues on your websites. Monitor your websites automatically for uptime, ssl expiration, mixed content and broken links. -
servitor-statistics/trunk/servitor-statistics.php
r1920545 r1920862 17 17 * Plugin URI: https://servitor.io 18 18 * Description: Servitor is the easiest way to monitor your servers and website for resources, status, uptime, response times, ssl certificates, mixed contents en broken links. 19 * Version: 0.0. 119 * Version: 0.0.6 20 20 * Author: Servitor.io 21 21 * Author URI: https://zandervdm.nl … … 35 35 * Start at version 1.0.0 and use SemVer - https://semver.org 36 36 */ 37 define( 'Servitor_Statistics_VERSION', '0.0. 3' );37 define( 'Servitor_Statistics_VERSION', '0.0.6' ); 38 38 39 39 define( 'Servitor_Statistics_Settings_Group', 'servitor_credentials');
Note: See TracChangeset
for help on using the changeset viewer.