=== Site Health Panel ===
Contributors: snehalpancholi
Tags: dashboard, system health, PHP version, memory, updates, server info
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A dashboard widget that gives admins an at-a-glance system health overview: PHP, memory, cron, debug mode, updates, and more.

== Description ==

Site Health Panel adds a compact, colour-coded dashboard widget visible only to administrators. At a glance you can see:

* PHP version (green ≥ 8.1 / amber 7.4–8.0 / red older)
* WordPress version
* Memory usage vs limit (green < 80% / amber 80-95% / red > 95%)
* Active plugin count
* Active theme name
* WP-Cron status
* WP_DEBUG mode (flagged amber when on)
* Pending core / plugin / theme updates
* Max upload size
* Database server version
* Multisite status
* Server UTC time

No settings page needed — install, activate, and check your dashboard.

== Installation ==

1. Upload the `site-health-panel` folder to `/wp-content/plugins/`.
2. Activate the plugin.
3. Go to **Dashboard** and find the **Site Health Overview** widget.

== Frequently Asked Questions ==

= Who can see the widget? =
Only users with the `manage_options` capability (Administrators).

= Does this store any data? =
No. All information is read live from WordPress APIs and PHP's runtime. The only thing stored is the update-check cache transient.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
