{"id":26653775,"url":"https://github.com/zodiac1978/plugin-report","last_synced_at":"2025-08-07T00:34:52.635Z","repository":{"id":37819900,"uuid":"223392398","full_name":"Zodiac1978/plugin-report","owner":"Zodiac1978","description":"A WordPress plugin that provides detailed information about currently installed plugins","archived":false,"fork":false,"pushed_at":"2025-03-21T21:18:29.000Z","size":498,"stargazers_count":12,"open_issues_count":19,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-29T20:38:54.442Z","etag":null,"topics":["plugin","wordpress","wordpress-multisite","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/plugin-report/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zodiac1978.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-22T11:48:33.000Z","updated_at":"2025-03-21T21:18:33.000Z","dependencies_parsed_at":"2024-04-05T11:37:41.843Z","dependency_job_id":"439f0012-8203-4942-aa20-c25821f99b2b","html_url":"https://github.com/Zodiac1978/plugin-report","commit_stats":null,"previous_names":["zodiac1978/plugin-report"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Fplugin-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Fplugin-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Fplugin-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zodiac1978%2Fplugin-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zodiac1978","download_url":"https://codeload.github.com/Zodiac1978/plugin-report/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358555,"owners_count":21090402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plugin","wordpress","wordpress-multisite","wordpress-plugin"],"created_at":"2025-03-25T04:42:19.492Z","updated_at":"2025-08-07T00:34:52.618Z","avatar_url":"https://github.com/Zodiac1978.png","language":"PHP","readme":"=== Plugin Report ===\nContributors: roytanck, zodiac1978, pedromendonca\nTags: plugin info, admin, plugins, multisite\nRequires at least: 4.6\nTested up to: 6.8\nRequires PHP: 5.6\nStable tag: 2.2.1\nLicense: GPLv3\n\nA WordPress plugin that provides detailed information about currently installed plugins.\n\n##Plugin Report will allow you to:\n\n* Spot plugins that are no longer maintained.\n* Get a quick overview of the \"plugin health\" of your site.\n* Provide clients with a detailed report, right from their own dashboard, or as CSV spreadsheet.\n* Find plugins that are no longer active on multisite installs\n\n\n== Frequently Asked Questions ==\n\n= Where can I submit bug reports or feature requests? =\n\nThe development of this plugin happens on [GitHub](https://github.com/Zodiac1978/plugin-report). Feel free to [submit issues](https://github.com/Zodiac1978/plugin-report/issues) there.\n\n\n== Screenshots ==\n \n1. Your plugin report is found under the Plugins menu, or in the Network section if your site is a multisite install.\n\n\n== Credits ==\n\nThanks to Roy Tanck for trusting me to adopt this great plugin. Hartelijk bedankt!\n\nSpecial thanks go to [Tristen Forsythe Brown](http://tristen.ca/) for the [tablesort JavaScript library](https://github.com/tristen/tablesort) licensed under the MIT License.\n\n\n== Changelog ==\n\n= 2.2.1 (2025-04-25) =\n* Fix plugin for subfolder installs\n\n= 2.2.0 (2025-04-25) =\n* Tablesort updated to the latest version (5.6.0)\n* Many code improvements (Thanks to PHPStan, WPCS and Plugin Check)\n* New ownership\n* Tested with WP 6.8\n\n= 2.1.1 (2022-06-17) =\n* Improved behavior of the repository column on older WordPress versions (thanks, @zodiac1978)\n\n= 2.1 (2022-05-28) =\n* Added detection for plugins that have been closed in the wordpress.org repository\n\n= 2.0.2 (2022-02-12) =\n* Fixed some more PHP warnings\n\n= 2.0.1 (2022-02-03) =\n* Fixed PHP warnings caused by an undefined variable\n\n= 2.0.0 (2021-12-17) =\n* Added a new column to display repository information and detect possible supply chain issues\n* Tablesort updated to the latest version\n\n= 1.9.3 (2021-11-26) =\n* Fixed an issue where the exported CSV filename contained the wrong month (thanks, @zodiac1978)\n\n= 1.9.2 (2021-10-03) =\n* Skip the wordpress.org API call if the plugin's Update URI is set (thanks, @zodiac1978)\n* Tested with WP 5.8\n\n= 1.9.1 (2021-05-02) =\n* Fixed a minor issues that could cause problems with the plugin's translations\n\n= 1.9 (2021-05-02) =\n* Display translated plugin info when available (thanks, @zodiac1978)\n* Fixed default sorting of plugins to match WP's plugins screen (thanks, @zodiac1978)\n\n= 1.8.3 (2021-03-19) =\n* Fixed an issue where plugin auto-updates were not displayed correctly\n\n= 1.8.2 (2020-12-16) =\n* Coding standards and i18n improvements (thanks @pedromendonca)\n* Tested with WordPress 5.6\n* Updated tablesort to version 5.2.1\n\n= 1.8.1 (2020-10-28) =\n* Modified the way WP version numbers are compared to fix issues with non-repo plugins and non-standard version numbering\n\n= 1.8 (2020-08-17) =\n* Fixed a jQuery issue causing errors in WP 5.5\n* Added column to display whether a plugin is set to auto-update\n\n= 1.7 (2020-04-03) =\n* Adds column sorting (props @zodiac1978)\n* Replaces the Excel export with a more robust CSV export function\n* Uses HTML's progress element for the progress bar\n\n= 1.6.1 (2020-03-21) =\n* Fixed an issue with version comparisons and beta/RC versions (thanks @zodiac1978)\n* Coding standards improvements (thanks @zodiac1978)\n* The plugin can now only be network-activated on multisite\n* Tested against WordPress 5.4\n\n= 1.6 (2020-03-14) =\n* Further i18n improvements (thanks @pedromendonca)\n* Minor version differences no longer shown as \"medium\" risk\n* When a plugin upgrade requires platform upgrades, this is now shown (suggested by @zodiac1978)\n* Improved the way CSS and javascript files are enqueued\n\n= 1.5 (2020-02-09) =\n* The activation column now shows the number of activations on multisite\n* I18n improvements (thanks @pedromendonca!)\n\n= 1.4 (2020-01-17) =\n* Adds an .xls export function (experimental)\n* Adds an \"activated\" column to the report table\n\n= 1.3 (2019-11-29) =\n* Better table styles, including cell background colors\n* Improved error messages\n* Cached information is now automatically refreshed when a plugin is updated through wp-admin\n\n= 1.2 (2019-11-26) =\n* Removed the \"compatibility\" column (data no longer provided by API)\n* Fixed an issue with long plugin slugs causing invalide transient keys\n* Fixed an issue where version number colors were inconsistent\n\n= 1.1 (2019-11-23) =\n* Code cleanup\n* Adds proper multisite support\n* Accessibility and internationalisation improvements\n \n= 1.0 (2017-01-17) =\n* Initial version\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzodiac1978%2Fplugin-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzodiac1978%2Fplugin-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzodiac1978%2Fplugin-report/lists"}