PluginProbe
Plugin Report / 2.2.1
Plugin Report v2.2.1
2.2.4 trunk 1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9 1.9.1 1.9.2 1.9.3 2.0.0 2.0.1 2.0.2 2.1 2.1.1 2.2.0 2.2.1 All 27 releases
plugin-report / README.txt

README.txt in Plugin Report 2.2.1, at README.txt

137 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Plugin Report ===
2 Contributors: roytanck, zodiac1978, pedromendonca
3 Tags: plugin info, admin, plugins, multisite
4 Requires at least: 4.6
5 Tested up to: 6.8
6 Requires PHP: 5.6
7 Stable tag: 2.2.1
8 License: GPLv3
9
10 A WordPress plugin that provides detailed information about currently installed plugins.
11
12 ##Plugin Report will allow you to:
13
14 * Spot plugins that are no longer maintained.
15 * Get a quick overview of the "plugin health" of your site.
16 * Provide clients with a detailed report, right from their own dashboard, or as CSV spreadsheet.
17 * Find plugins that are no longer active on multisite installs
18
19
20 == Frequently Asked Questions ==
21
22 = Where can I submit bug reports or feature requests? =
23
24 The 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.
25
26
27 == Screenshots ==
28
29 1. Your plugin report is found under the Plugins menu, or in the Network section if your site is a multisite install.
30
31
32 == Credits ==
33
34 Thanks to Roy Tanck for trusting me to adopt this great plugin. Hartelijk bedankt!
35
36 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.
37
38
39 == Changelog ==
40
41 = 2.2.1 (2025-04-25) =
42 * Fix plugin for subfolder installs
43
44 = 2.2.0 (2025-04-25) =
45 * Tablesort updated to the latest version (5.6.0)
46 * Many code improvements (Thanks to PHPStan, WPCS and Plugin Check)
47 * New ownership
48 * Tested with WP 6.8
49
50 = 2.1.1 (2022-06-17) =
51 * Improved behavior of the repository column on older WordPress versions (thanks, @zodiac1978)
52
53 = 2.1 (2022-05-28) =
54 * Added detection for plugins that have been closed in the wordpress.org repository
55
56 = 2.0.2 (2022-02-12) =
57 * Fixed some more PHP warnings
58
59 = 2.0.1 (2022-02-03) =
60 * Fixed PHP warnings caused by an undefined variable
61
62 = 2.0.0 (2021-12-17) =
63 * Added a new column to display repository information and detect possible supply chain issues
64 * Tablesort updated to the latest version
65
66 = 1.9.3 (2021-11-26) =
67 * Fixed an issue where the exported CSV filename contained the wrong month (thanks, @zodiac1978)
68
69 = 1.9.2 (2021-10-03) =
70 * Skip the wordpress.org API call if the plugin's Update URI is set (thanks, @zodiac1978)
71 * Tested with WP 5.8
72
73 = 1.9.1 (2021-05-02) =
74 * Fixed a minor issues that could cause problems with the plugin's translations
75
76 = 1.9 (2021-05-02) =
77 * Display translated plugin info when available (thanks, @zodiac1978)
78 * Fixed default sorting of plugins to match WP's plugins screen (thanks, @zodiac1978)
79
80 = 1.8.3 (2021-03-19) =
81 * Fixed an issue where plugin auto-updates were not displayed correctly
82
83 = 1.8.2 (2020-12-16) =
84 * Coding standards and i18n improvements (thanks @pedromendonca)
85 * Tested with WordPress 5.6
86 * Updated tablesort to version 5.2.1
87
88 = 1.8.1 (2020-10-28) =
89 * Modified the way WP version numbers are compared to fix issues with non-repo plugins and non-standard version numbering
90
91 = 1.8 (2020-08-17) =
92 * Fixed a jQuery issue causing errors in WP 5.5
93 * Added column to display whether a plugin is set to auto-update
94
95 = 1.7 (2020-04-03) =
96 * Adds column sorting (props @zodiac1978)
97 * Replaces the Excel export with a more robust CSV export function
98 * Uses HTML's progress element for the progress bar
99
100 = 1.6.1 (2020-03-21) =
101 * Fixed an issue with version comparisons and beta/RC versions (thanks @zodiac1978)
102 * Coding standards improvements (thanks @zodiac1978)
103 * The plugin can now only be network-activated on multisite
104 * Tested against WordPress 5.4
105
106 = 1.6 (2020-03-14) =
107 * Further i18n improvements (thanks @pedromendonca)
108 * Minor version differences no longer shown as "medium" risk
109 * When a plugin upgrade requires platform upgrades, this is now shown (suggested by @zodiac1978)
110 * Improved the way CSS and javascript files are enqueued
111
112 = 1.5 (2020-02-09) =
113 * The activation column now shows the number of activations on multisite
114 * I18n improvements (thanks @pedromendonca!)
115
116 = 1.4 (2020-01-17) =
117 * Adds an .xls export function (experimental)
118 * Adds an "activated" column to the report table
119
120 = 1.3 (2019-11-29) =
121 * Better table styles, including cell background colors
122 * Improved error messages
123 * Cached information is now automatically refreshed when a plugin is updated through wp-admin
124
125 = 1.2 (2019-11-26) =
126 * Removed the "compatibility" column (data no longer provided by API)
127 * Fixed an issue with long plugin slugs causing invalide transient keys
128 * Fixed an issue where version number colors were inconsistent
129
130 = 1.1 (2019-11-23) =
131 * Code cleanup
132 * Adds proper multisite support
133 * Accessibility and internationalisation improvements
134
135 = 1.0 (2017-01-17) =
136 * Initial version
137