Skip to content

Commit 0b7deb3

Browse files
authored
Update README.md
Making an attempt to meet WP Plugin Directory requirements
1 parent 74bd81a commit 0b7deb3

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Plugin Last Updated Redux
1+
# PLU Redux
22

33
Displays 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
1010
2. Activate the plugin through the 'Plugins' screen in WordPress.
1111
3. 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.

0 commit comments

Comments
 (0)