=== Wayne's Web World Extension Status Dashboard ===
Contributors: wayneoz
Tags: dashboard, extensions, admin widget, status, management
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.2
Stable tag: 1.1.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Displays the number of installed, activated, and deactivated plugins directly on your WordPress dashboard.

== Description ==

This tool provides a clean, at-a-glance view of your installed plugins right on the WordPress dashboard. It includes a toggleable Screen Options checkbox to show or hide the widget as needed.

### Features:
*   **Comprehensive List:** Lists all plugins installed on your WordPress site.
*   **Visual Indicators:** Shows activated extensions in GREEN and deactivated extensions in RED.
*   **Totals:** Displays the total numbers of activated and deactivated extensions.
*   **CSV Export:** Easily export your entire list and status to a CSV file.
*   **Customizable UI:** Features a drag-to-resize handle so you can adjust the widget height, complete with a manual save button.

== Installation ==

1. Upload the `wayneswebworld-extension-status-dashboard` folder to the `/wp-content/plugins/` directory.
2. Activate through the 'Plugins' menu in WordPress.
3. Go to the dashboard to see the widget.
4. (Optional) Use the Screen Options at the top right of the dashboard page to show or hide the widget.
5. Use the drag handle at the bottom of the widget to resize the container, then click "SAVE" to lock in the height.

== Frequently Asked Questions ==

= Does this affect site performance? =
No, it only queries your local WordPress database to list the items and uses native WordPress AJAX functions to save your display preferences.

= Where do I find the CSV Export? =
The "Export List to CSV" button is located at the top of the dashboard widget.

== Screenshots ==

1. The Extensions Status Dashboard widget in action on the WordPress admin panel.

== Changelog ==

= 1.1.6 =
* Feature: Added CSV Export functionality.
* Feature: Added interactive Drag-to-Resize handle with Save button.
* Tweak: Separated the details view into a standalone file for cleaner code architecture.
* Tweak: Ensured author links open safely in a new tab without leaving the site.
* Fix: Renamed extension to comply with WordPress.org trademark guidelines.
* Fix: Addressed escaping, nonce, enqueuing, and sanitization for WordPress.org submission.

= 1.1.5 =
* Initial public baseline release featuring active/inactive lists and dashboard widget.