File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1- # Plugin Last Updated Redux
1+ # PLU Redux
22
33Displays a "Last Updated" date for all of your plugins installed by way of the WordPress Plugin Directory.
44
@@ -10,7 +10,19 @@ On plugins that have not been updated in over two years, a warning emoji is disp
10102 . Activate the plugin through the 'Plugins' screen in WordPress.
11113 . That's it! The plugin will automatically display the last updated date for installed plugins available in the WordPress Plugin Directory.
1212
13- Sure, here's an example section that you can add to the ` README.md ` file to document the new WP-CLI command:
13+ ## Usage
14+
15+ Once activated, the plugin will automatically display the last updated date for each plugin in your site's list of installed plugins.
16+
17+ For the Site Health check, navigate to "Tools → Site Health" in your WordPress dashboard.
18+
19+ ## Site Health Check
20+
21+ The custom Site Health check will list any installed plugins that have not been updated in 2 years.
22+
23+ * If it finds any such plugins, it will return a "critical" status with the names of the old plugins.
24+ * If it doesn't find any, it will return a "good" status, indicating that all installed plugins have been updated within the last 2 years.
25+
1426
1527## WP-CLI Command
1628
@@ -52,6 +64,11 @@ Sadly, no. PLU Redux only works with plugins that are available in the WordPress
5264
5365## Changelog
5466
67+ ### 2.2.2
68+
69+ * Making an attempt to meet WP Plugin Directory requirements.
70+ * Added some documentation around the site health check to the README.
71+
5572### 2.2.1
5673
5774* Plugin now uses site's preferred date format.
You can’t perform that action at this time.
0 commit comments