PluginProbe
Plugin Report / 2.0.2
Plugin Report v2.0.2
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.0.2, at README.txt

113 lines 3.8 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: admin, plugins, multisite
4 Requires at least: 4.6
5 Tested up to: 5.9
6 Requires PHP: 5.6
7 Stable tag: 2.0.2
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 == Screenshots ==
21
22 1. Your plugin report is found under the Plugins menu, or in the Network section if your site is a multisite install.
23
24
25 == Credits ==
26
27 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.
28
29
30 == Changelog ==
31
32 = 2.0.2 (2022-02-12) =
33 * Fixed some more PHP warnings
34
35 = 2.0.1 (2022-02-03) =
36 * Fixed PHP warnings caused by an undefined variable
37
38 = 2.0.0 (2021-12-17) =
39 * Added a new column to display repository information and detect possible supply chain issues
40 * Tablesort updated to the latest version
41
42 = 1.9.3 (2021-11-26) =
43 * Fixed an issue where the exported CSV filename contained the wrong month (thanks, @zodiac1978)
44
45 = 1.9.2 (2021-10-03) =
46 * Skip the wordpress.org API call if the plugin's Update URI is set (thanks, @zodiac1978)
47 * Tested with WP 5.8
48
49 = 1.9.1 (2021-05-02) =
50 * Fixed a minor issues that could cause problems with the plugin's translations
51
52 = 1.9 (2021-05-02) =
53 * Display translated plugin info when available (thanks, @zodiac1978)
54 * Fixed default sorting of plugins to match WP's plugins screen (thanks, @zodiac1978)
55
56 = 1.8.3 (2021-03-19) =
57 * Fixed an issue where plugin auto-updates were not displayed correctly
58
59 = 1.8.2 (2020-12-16) =
60 * Coding standards and i18n improvements (thanks @pedromendonca)
61 * Tested with WordPress 5.6
62 * Updated tablesort to version 5.2.1
63
64 = 1.8.1 (2020-10-28) =
65 * Modified the way WP version numbers are compared to fix issues with non-repo plugins and non-standard version numbering
66
67 = 1.8 (2020-08-17) =
68 * Fixed a jQuery issue causing errors in WP 5.5
69 * Added column to display whether a plugin is set to auto-update
70
71 = 1.7 (2020-04-03) =
72 * Adds column sorting (props @zodiac1978)
73 * Replaces the Excel export with a more robust CSV export function
74 * Uses HTML's progress element for the progress bar
75
76 = 1.6.1 (2020-03-21) =
77 * Fixed an issue with version comparisons and beta/RC versions (thanks @zodiac1978)
78 * Coding standards improvements (thanks @zodiac1978)
79 * The plugin can now only be network-activated on multisite
80 * Tested against WordPress 5.4
81
82 = 1.6 (2020-03-14) =
83 * Further i18n improvements (thanks @pedromendonca)
84 * Minor version differences no longer shown as "medium" risk
85 * When a plugin upgrade requires platform upgrades, this is now shown (suggested by @zodiac1978)
86 * Improved the way CSS and javascript files are enqueued
87
88 = 1.5 (2020-02-09) =
89 * The activation column now shows the number of activations on multisite
90 * I18n improvements (thanks @pedromendonca!)
91
92 = 1.4 (2020-01-17) =
93 * Adds an .xls export function (experimental)
94 * Adds an "activated" column to the report table
95
96 = 1.3 (2019-11-29) =
97 * Better table styles, including cell background colors
98 * Improved error messages
99 * Cached information is now automatically refreshed when a plugin is updated through wp-admin
100
101 = 1.2 (2019-11-26) =
102 * Removed the "compatibility" column (data no longer provided by API)
103 * Fixed an issue with long plugin slugs causing invalide transient keys
104 * Fixed an issue where version number colors were inconsistent
105
106 = 1.1 (2019-11-23) =
107 * Code cleanup
108 * Adds proper multisite support
109 * Accessibility and internationalisation improvements
110
111 = 1.0 (2017-01-17) =
112 * Initial version
113