=== Infomon – System Information & Server Monitor === Contributors: markadestek Donate link: https://buymeacoffee.com/hakangerman Tags: dashboard, system info, monitor, server, admin Requires at least: 5.2 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.3.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html InfoMon shows WordPress, PHP, database and server details in a clean admin page and a compact dashboard widget, with handy JSON export. == Description == InfoMon is a lightweight system monitor for WordPress administrators. It provides an at-a-glance view of your environment: - WordPress version, Site/Home URLs, REST API URL - Active theme and number of active plugins - Server software, server IP, your IP; PHP version - Memory limit, max execution time, upload/post limits, input vars - Database version, table prefix, charset/collation - Timezone configured in WordPress - REST API endpoint returning JSON: `/wp-json/infomon/v1/status` - Copy/Export helpers: Copy Table, Copy JSON, Download JSON Only administrators (users with `manage_options`) can view the data. All output is escaped. == Installation == 1. Upload the `infomon` folder to `/wp-content/plugins/`. 2. Activate the plugin from **Plugins**. 3. Open **InfoMon** in the admin menu or check the dashboard widget. 4. For automation, call the REST endpoint at `/wp-json/infomon/v1/status` (admin-only). == Screenshots == 1. InfoMon admin page with KPI cards and sections 2. Dashboard widget with quick KPIs 3. JSON export and copy actions == Changelog == = 1.3.5 = * Switched admin logo to PNG with retina `srcset`. * Moved inline JavaScript into `assets/js/admin.js` and enqueue via `admin_enqueue_scripts`. * Neutralized admin footer text to “InfoMon — Official Page” (`/infomon`). * Submission package named `infomon.zip` as required..