-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
107 lines (73 loc) · 3.65 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
=== Simple System Status ===
Contributors: leogopal
Donate link: https://leogopal.com/
Tags: wordpress, system, status, developer, tools, debug, debugging, troubleshooting, testing
Requires at least: 5.5
Tested up to: 6.0
Requires PHP: 7.4
Stable tag: 2.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
View Information about your WordPress Configuration (Defaults, Themes, Plugins) and Server Information that is useful for debugging and support.
== Description ==
"Simple System Status" does exactly what it says on the box - shows you, very simply, your systems status for your WordPress Setup.
Simple System Status adds a submenu item under the 'tools' section of your WordPress installation.
= What others are saying =
*This is a brilliant plugin for getting all the relevant info out of your system. The built-in remote viewing option for letting other people securely access your system status is incredibly helpful for remote debugging. Nice work :)*
~ *[Hugh Lashbrooke, WooThemes Lead Developer](http://www.hughlashbrooke.com/)*
= Like the Plugin? =
If you found this plugin useful, **[please give it a rating](https://wordpress.org/support/view/plugin-reviews/simple-system-status?rate=5#postform)**
Donations are welcome: [Buy me a snack.](http://dayofcode.net/donate/)
= Issues and Support =
If you find a bug that you would like to report, please open a [New Issue on Github](https://github.com/leogopal/simple-system-status/issues/new).
If you want help using the plugin, please use the default [WordPress Plugin Forum](https://wordpress.org/support/plugin/simple-system-status).
= Contribute =
Want to contribute? [Fork the GitHub repository](https://github.com/leogopal/simple-system-status/).
= What Simple System Status Displays For You =
**WordPress Environment:**
- WP Version.
- Checks if WP_DEBUG is turned on.
- WP Language.
- Checks if Multisite is active.
- WP Memory Limit.
- WP Table Prefix Information.
- Permalink Structure.
- Registered Post Stati
- Show On Front Information
**Theme Information:**
- Theme Name, Version, Author and Author URI
- Checks if current active theme is a Child Theme
- If current theme is a child theme, it offers Parent Theme information.
**Plugin Information:**
- Must Use Plugins (if any)
- Active Plugins
- Inactive Plugins
**Server Environment:**
- PHP Information
- PHP Extensions
- Server Type
- MySQL Version
- Host (if possible)
- Session Configuration
**Client Details:**
- Platform OS
- Browser: Name, Version, User Agent String.
You can use this for your own debugging purposes or for sharing with Support via two methods: A Dynamic Link, or a text file you can download and send.
== Installation ==
Installing "Simple System Status" can be done either by searching for "Simple System Status" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
1. Download the plugin via WordPress.org
1. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
1. Activate the plugin through the 'Plugins' menu in WordPress
== Screenshots ==
1. The 'Simple System Status' menu item, under 'Tools'
2. The Main Screen for viewing System Status, with download link (textfile)
3. Remote Viewing Link - Generate A Link to share stats with others.
== Frequently Asked Questions ==
= What is the Simple System Status for? =
This plugin is to View Information about your WordPress Configurationa and Server Information that is useful for debugging.
== Changelog ==
= 1.0.1 =
* Minor refactoring
= 1.0.0 =
* 2015-03-01
* Initial release