=== Plugin Report === Contributors: roytanck, zodiac1978, pedromendonca Tags: admin, plugins, multisite Requires at least: 4.6 Tested up to: 5.4 Requires PHP: 5.6 Stable tag: 1.7 License: GPLv3 A WordPress plugin that provides detailed information about currently installed plugins. ##Plugin Report will allow you to: * Spot plugins that are no longer maintained. * Get a quick overview of the "plugin health" of your site. * Provide clients with a detailed report, right from their own dashboard, or as CSV spreadsheet. * Find plugins that are no longer active on multisite installs == Screenshots == 1. Your plugin report is found under the Plugins menu, or in the Network section if your site is a multisite install. == Credits == Special thanks go to [Tristen Forsythe Brown](http://tristen.ca/) for the [tablesort JavaScript library](https://github.com/tristen/tablesort) licensed under the MIT License. == Changelog == = 1.7 (2020-04-03) = * Adds column sorting (props @zodiac1978) * Replaces the Excel export with a more robust CSV export function * Uses HTML's progress element for the progress bar = 1.6.1 (2020-03-21) = * Fixed an issue with version comparisons and beta/RC versions (thanks @zodiac1978) * Coding standards improvements (thanks @zodiac1978) * The plugin can now only be network-activated on multisite * Tested against WordPress 5.4 = 1.6 (2020-03-14) = * Further i18n improvements (thanks @pedromendonca) * Minor version differences no longer shown as "medium" risk * When a plugin upgrade requires platform upgrades, this is now shown (suggested by @zodiac1978) * Improved the way CSS and javascript files are enqueued = 1.5 (2020-02-09) = * The activation column now shows the number of activations on multisite * I18n improvements (thanks @pedromendonca!) = 1.4 (2020-01-17) = * Adds an .xls export function (experimental) * Adds an "activated" column to the report table = 1.3 (2019-11-29) = * Better table styles, inluding call background colors * Improved error messages * Cached information is now automatically refreshed when a plugin is updated through wp-admin = 1.2 (2019-11-26) = * Removed the "compatibility" column (data no longer provided by API) * Fixed an issue with long plugin slugs causing invalide transient keys * Fixed an issue where version number colors were inconsistent = 1.1 (2019-11-23) = * Code cleanup * Adds proper multisite support * Accessibility and internationalisation improvements = 1.0 (2017-01-17) = * Initial version